summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDan Stoza <stoza@google.com>2015-09-03 21:55:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-09-03 21:55:36 +0000
commit3e4c8ccc3e5d037688ed8a1f8b69764c526e0d2f (patch)
tree7d1c6fc7a63126b80659e01299f5bcf9977b4a82 /include
parent13c638255f2223cb9c455d519ff1003fc0221537 (diff)
parentf2699fc3a8c12b2bf95120c068801e050168bd96 (diff)
downloadframeworks_native-3e4c8ccc3e5d037688ed8a1f8b69764c526e0d2f.zip
frameworks_native-3e4c8ccc3e5d037688ed8a1f8b69764c526e0d2f.tar.gz
frameworks_native-3e4c8ccc3e5d037688ed8a1f8b69764c526e0d2f.tar.bz2
Merge "SF: Add colorTransform to DisplayInfo" into mnc-dr-dev
Diffstat (limited to 'include')
-rw-r--r--include/ui/DisplayInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/DisplayInfo.h b/include/ui/DisplayInfo.h
index 799944f..ad73ee7 100644
--- a/include/ui/DisplayInfo.h
+++ b/include/ui/DisplayInfo.h
@@ -36,6 +36,7 @@ struct DisplayInfo {
bool secure;
nsecs_t appVsyncOffset;
nsecs_t presentationDeadline;
+ int colorTransform;
};
/* Display orientations as defined in Surface.java and ISurfaceComposer.h. */