summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/LayerDim.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-03-05 15:14:58 -0800
committerMathias Agopian <mathias@google.com>2013-03-05 19:52:30 -0800
commitb79f61d41ef053bee1087ec612896c59f95f9686 (patch)
tree93f82933f30e30e39baa7fc2c43581a4a12f8a3c /services/surfaceflinger/LayerDim.h
parent089a15298e045598bf15fd2a46284c34dd56384c (diff)
downloadframeworks_native-b79f61d41ef053bee1087ec612896c59f95f9686.zip
frameworks_native-b79f61d41ef053bee1087ec612896c59f95f9686.tar.gz
frameworks_native-b79f61d41ef053bee1087ec612896c59f95f9686.tar.bz2
fold LayerBaseClient into LayerBase
Change-Id: Ic745136522df59c42f0885fd969e75ea55d09f01
Diffstat (limited to 'services/surfaceflinger/LayerDim.h')
-rw-r--r--services/surfaceflinger/LayerDim.h2
1 files changed, 1 insertions, 1 deletions
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);