diff options
author | 2010-04-21 15:24:11 -0700 | |
---|---|---|
committer | 2010-04-21 22:25:35 -0700 | |
commit | a8a0aa8b922c45fb4633f51610f264a19f9bd825 (patch) | |
tree | 367c5b004195a5dbdca46e5f4049b029d3e570c9 /libs/surfaceflinger/LayerBase.cpp | |
parent | a8624186a6f7a29697bf5a112e46a80ca796c9c5 (diff) |
better fix for [2420565] Surface.lockCanvas() updates the dirty region too often
Change-Id: I83438b40effd21538f1c74396dc665254b9d5ab6
Diffstat (limited to 'libs/surfaceflinger/LayerBase.cpp')
-rw-r--r-- | libs/surfaceflinger/LayerBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaceflinger/LayerBase.cpp b/libs/surfaceflinger/LayerBase.cpp index 6dc8f1097ece..7feccdac42ed 100644 --- a/libs/surfaceflinger/LayerBase.cpp +++ b/libs/surfaceflinger/LayerBase.cpp @@ -54,7 +54,7 @@ LayerBase::LayerBase(SurfaceFlinger* flinger, DisplayID display) mOrientation(0), mLeft(0), mTop(0), mTransactionFlags(0), - mPremultipliedAlpha(true), mDebug(false), + mPremultipliedAlpha(true), mName("unnamed"), mDebug(false), mInvalidate(0) { const DisplayHardware& hw(flinger->graphicPlane(0).displayHardware()); |