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.h b/services/surfaceflinger/LayerDim.h index 06f312d..5cdfafc 100644 --- a/services/surfaceflinger/LayerDim.h +++ b/services/surfaceflinger/LayerDim.h
@@ -29,7 +29,7 @@ namespace android { -class LayerDim : public LayerBaseClient +class LayerDim : public LayerBase { public: LayerDim(SurfaceFlinger* flinger, const sp<Client>& client);