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)
committerMathias Agopian <mathias@google.com>
Wed, 5 Sep 2012 23:49:04 +0000 (16:49 -0700)
commit55882dea1b1b305f15192b96ff7814f18babb212
tree446c614a4d577e4cfd8292230e56c5b4e1a78477
parentfe4c745c6d62fb416758cc5aaff3e7decb7ec06b
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