summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-01-14 19:27:38 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-14 19:27:38 -0800
commitfd7a411aef7e1c7722456de09b3f3234bbb914d4 (patch)
tree00182b3b119aa9127062a36231da6f44c0aec40f /services/surfaceflinger/SurfaceFlinger.h
parenta7393dd66f0127c8acdd5f8928b0c2d0de602275 (diff)
parentf4dfe1bee6223add052b6f0ebc4cdb1f46606acc (diff)
downloadframeworks_base-fd7a411aef7e1c7722456de09b3f3234bbb914d4.zip
frameworks_base-fd7a411aef7e1c7722456de09b3f3234bbb914d4.tar.gz
frameworks_base-fd7a411aef7e1c7722456de09b3f3234bbb914d4.tar.bz2
Merge "partially fix [3306150] HTML5 video with H/W acceleration blackout" into honeycomb
Diffstat (limited to 'services/surfaceflinger/SurfaceFlinger.h')
-rw-r--r--services/surfaceflinger/SurfaceFlinger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.h b/services/surfaceflinger/SurfaceFlinger.h
index 2591123..eabdc64 100644
--- a/services/surfaceflinger/SurfaceFlinger.h
+++ b/services/surfaceflinger/SurfaceFlinger.h
@@ -375,6 +375,7 @@ private:
volatile int32_t mTransactionFlags;
volatile int32_t mTransactionCount;
Condition mTransactionCV;
+ SortedVector< sp<LayerBase> > mLayerPurgatory;
bool mResizeTransationPending;
// protected by mStateLock (but we could use another lock)