summaryrefslogtreecommitdiffstats
path: root/libs/gui/include
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-04-11 23:12:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-04-11 23:12:28 +0000
commit8bbc4464ac9588e34413822404963cb3b14a0ee3 (patch)
tree0a7ae42fa2448228f6dbbedc2ac2ffe6a2ffc23e /libs/gui/include
parent96c033bcd3b7b3a5270cfe5e36872110283d4636 (diff)
parent5eb3f064a6a0d73d1e7acff3a3b20d6ce9ef0aa3 (diff)
downloadandroid_frameworks_native-8bbc4464ac9588e34413822404963cb3b14a0ee3.tar.gz
android_frameworks_native-8bbc4464ac9588e34413822404963cb3b14a0ee3.tar.bz2
android_frameworks_native-8bbc4464ac9588e34413822404963cb3b14a0ee3.zip
Merge "Make NATIVE_WINDOW_TRANSFORM_INVERSE_DISPLAY transforms sticky" into qt-dev
Diffstat (limited to 'libs/gui/include')
-rw-r--r--libs/gui/include/gui/Surface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/include/gui/Surface.h b/libs/gui/include/gui/Surface.h
index 248e105d0..0c471bb70 100644
--- a/libs/gui/include/gui/Surface.h
+++ b/libs/gui/include/gui/Surface.h
@@ -230,6 +230,7 @@ private:
int dispatchGetWideColorSupport(va_list args);
int dispatchGetHdrSupport(va_list args);
int dispatchGetConsumerUsage64(va_list args);
+ bool transformToDisplayInverse();
protected:
virtual int dequeueBuffer(ANativeWindowBuffer** buffer, int* fenceFd);