commit | b79f61d41ef053bee1087ec612896c59f95f9686 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Mar 05 15:14:58 2013 -0800 |
committer | Mathias Agopian <mathias@google.com> | Tue Mar 05 19:52:30 2013 -0800 |
tree | 93f82933f30e30e39baa7fc2c43581a4a12f8a3c | |
parent | 089a15298e045598bf15fd2a46284c34dd56384c [diff] [blame] |
fold LayerBaseClient into LayerBase Change-Id: Ic745136522df59c42f0885fd969e75ea55d09f01
diff --git a/services/surfaceflinger/LayerDim.cpp b/services/surfaceflinger/LayerDim.cpp index 25caa0a..24ad706 100644 --- a/services/surfaceflinger/LayerDim.cpp +++ b/services/surfaceflinger/LayerDim.cpp
@@ -34,7 +34,7 @@ // --------------------------------------------------------------------------- LayerDim::LayerDim(SurfaceFlinger* flinger, const sp<Client>& client) - : LayerBaseClient(flinger, client) + : LayerBase(flinger, client) { }