From ab02873e8f4e235b0db800521dd0c969ed38c0b9 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 16 Mar 2010 16:41:46 -0700 Subject: fix [2511580] Window poop on screen - drop down list left some residual when it resized Change-Id: Ib9a3622e7a568ba26717a93b5bfa4a191651f4d0 --- libs/surfaceflinger/LayerBase.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/surfaceflinger/LayerBase.cpp') diff --git a/libs/surfaceflinger/LayerBase.cpp b/libs/surfaceflinger/LayerBase.cpp index 140f10cdd7..efbc77a289 100644 --- a/libs/surfaceflinger/LayerBase.cpp +++ b/libs/surfaceflinger/LayerBase.cpp @@ -214,7 +214,6 @@ uint32_t LayerBase::doTransaction(uint32_t flags) if ((front.w != temp.w) || (front.h != temp.h)) { // invalidate and recompute the visible regions if needed flags |= Layer::eVisibleRegion; - this->contentDirty = true; } if (temp.sequence != front.sequence) { -- cgit v1.2.3-59-g8ed1b