diff options
author | 2010-04-21 22:27:22 -0700 | |
---|---|---|
committer | 2010-04-21 22:27:22 -0700 | |
commit | 33c8e2b8e082555115e5f25735c7611fb80004fe (patch) | |
tree | 0fa80a750f133b31e0ae013042a86931a7aec2cb /libs/surfaceflinger/LayerBase.cpp | |
parent | 1d6ff5a1f791c9cc5348f33f17c63fc6ba36e107 (diff) | |
parent | a8a0aa8b922c45fb4633f51610f264a19f9bd825 (diff) |
Merge "better fix for [2420565] Surface.lockCanvas() updates the dirty region too often" into kraken
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()); |