summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DisplayHardware/HWComposer.h
diff options
context:
space:
mode:
authorfeifanz <feifanz@codeaurora.org>2016-04-27 12:23:28 +0800
committerSteve Kondik <steve@cyngn.com>2016-07-31 14:15:30 -0700
commit537364c7229cb7d5d63b4683a34e47db6aa013bd (patch)
tree520d003ef30cc809522bcf872365015bcad3c9cc /services/surfaceflinger/DisplayHardware/HWComposer.h
parent8cafa373aa14b21981627e0ba9ea96731254183d (diff)
downloadframeworks_native-537364c7229cb7d5d63b4683a34e47db6aa013bd.zip
frameworks_native-537364c7229cb7d5d63b4683a34e47db6aa013bd.tar.gz
frameworks_native-537364c7229cb7d5d63b4683a34e47db6aa013bd.tar.bz2
SF: Add support to draw S3D framebuffer target
Add support to draw S3D framebuffer target in case HWC driver can not handle due to resource or capability issue. Change-Id: I536fa4a03e246d51891045b692d5dc5be88f2adf CRs-fixed: 999055
Diffstat (limited to 'services/surfaceflinger/DisplayHardware/HWComposer.h')
-rw-r--r--services/surfaceflinger/DisplayHardware/HWComposer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/DisplayHardware/HWComposer.h b/services/surfaceflinger/DisplayHardware/HWComposer.h
index 9bdb7de..efdcd03 100644
--- a/services/surfaceflinger/DisplayHardware/HWComposer.h
+++ b/services/surfaceflinger/DisplayHardware/HWComposer.h
@@ -306,6 +306,7 @@ public:
};
friend class VSyncThread;
+ friend class ExHWComposer;
// for debugging ----------------------------------------------------------
void dump(String8& out) const;