OSDN Git Service

fix a problem where all hwc layers would have the SKIP flags set
authorMathias Agopian <mathias@google.com>
Wed, 5 Sep 2012 23:00:56 +0000 (16:00 -0700)
committerThe Android Automerger <android-build@android.com>
Wed, 5 Sep 2012 23:52:03 +0000 (16:52 -0700)
commit2cf855fbef641abdda69abe39005ea3d6c7830f0
treea09f1c2e39bdb41c28823a1b64bc7da2d0cf00d1
parentc3026f7ac9a8c13b29511ba885deb3b7919d4202
fix a problem where  all hwc layers would have the SKIP flags set

the problem was that LayerBase::setPerFrameData() was always setting
this flag. in fact there was no reason to do this at that point since
the layer is initialized to a default state in setGeometry().

Bug: 7111259
Change-Id: Ib37b0dd7391a6163070e9aca025512159c1705f9
services/surfaceflinger/DisplayHardware/HWComposer.cpp
services/surfaceflinger/LayerBase.cpp