From 6e138fb682fb84bfebff7f4ae4b88cef1996708c Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 2 Feb 2011 16:03:19 -0800 Subject: [3418265] apply layer transformations to the DimLayer. with this change DimLayers will behave just like any other layer, in particular they'll respect the layer transformations. Change-Id: Icb4a1275e8bca9e3deb5f57c9f9219aaa69f9877 --- services/surfaceflinger/SurfaceFlinger.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'services/surfaceflinger/SurfaceFlinger.cpp') diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index 87b66eafa985..fd3f0c263072 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp @@ -259,8 +259,6 @@ status_t SurfaceFlinger::readyToRun() glLoadIdentity(); glOrthof(0, w, h, 0, 0, 1); - LayerDim::initDimmer(this, w, h); - mReadyToRunBarrier.open(); /* -- cgit v1.2.3-59-g8ed1b