summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/LayerDim.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/surfaceflinger/LayerDim.h')
-rw-r--r--services/surfaceflinger/LayerDim.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/services/surfaceflinger/LayerDim.h b/services/surfaceflinger/LayerDim.h
index fbfb2fb..06f312d 100644
--- a/services/surfaceflinger/LayerDim.h
+++ b/services/surfaceflinger/LayerDim.h
@@ -32,8 +32,7 @@ namespace android {
class LayerDim : public LayerBaseClient
{
public:
- LayerDim(SurfaceFlinger* flinger, DisplayID display,
- const sp<Client>& client);
+ LayerDim(SurfaceFlinger* flinger, const sp<Client>& client);
virtual ~LayerDim();
virtual void onDraw(const sp<const DisplayDevice>& hw, const Region& clip) const;