commit | 7895e90e29d096be039202f2ff24fa8033b92477 | [log] [tgz] |
---|---|---|
author | Eino-Ville Talvala <etalvala@google.com> | Wed Aug 21 11:53:37 2013 -0700 |
committer | Eino-Ville Talvala <etalvala@google.com> | Wed Aug 21 12:05:42 2013 -0700 |
tree | f6b1bde332b027169ad3c191b3e4dea0f2e36fdf | |
parent | d2cf8c2f07b4285a224acd262e6f052c37dbc0b0 [diff] |
Surface: Fix controlledByApp parameter Bug: 10425641 Change-Id: I1a47e2ce4ecbdb8e67030a5d9ddf6604c5e2497d
diff --git a/libs/gui/Surface.cpp b/libs/gui/Surface.cpp index b9a12ed..1bae0fe 100644 --- a/libs/gui/Surface.cpp +++ b/libs/gui/Surface.cpp
@@ -72,7 +72,7 @@ mTransformHint = 0; mConsumerRunningBehind = false; mConnectedToCpu = false; - mProducerControlledByApp = true; + mProducerControlledByApp = controlledByApp; mSwapIntervalZero = false; }