OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2cf8c2
)
Surface: Fix controlledByApp parameter
author
Eino-Ville Talvala
<etalvala@google.com>
Wed, 21 Aug 2013 18:53:37 +0000
(11:53 -0700)
committer
Eino-Ville Talvala
<etalvala@google.com>
Wed, 21 Aug 2013 19:05:42 +0000
(12:05 -0700)
Bug:
10425641
Change-Id: I1a47e2ce4ecbdb8e67030a5d9ddf6604c5e2497d
libs/gui/Surface.cpp
patch
|
blob
|
history
diff --git
a/libs/gui/Surface.cpp
b/libs/gui/Surface.cpp
index
b9a12ed
..
1bae0fe
100644
(file)
--- a/
libs/gui/Surface.cpp
+++ b/
libs/gui/Surface.cpp
@@
-72,7
+72,7
@@
Surface::Surface(
mTransformHint = 0;
mConsumerRunningBehind = false;
mConnectedToCpu = false;
- mProducerControlledByApp =
true
;
+ mProducerControlledByApp =
controlledByApp
;
mSwapIntervalZero = false;
}