summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRiley Andrews <riandrews@google.com>2014-09-09 21:55:45 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-09 21:55:45 +0000
commit75ec33e0e609e3ef074f4230c2227e52bf82ad06 (patch)
treec5b52a80535a2f5a9b56c26b6826c1b58c4a195b /include
parent129dc8423da319d42af6ef71046c39ba59c0d878 (diff)
parentd15ef27f9b13727fa7358e3c09572f66bb1e0668 (diff)
downloadframeworks_native-75ec33e0e609e3ef074f4230c2227e52bf82ad06.tar.gz
frameworks_native-75ec33e0e609e3ef074f4230c2227e52bf82ad06.tar.bz2
frameworks_native-75ec33e0e609e3ef074f4230c2227e52bf82ad06.zip
am d15ef27f: Update ScreenshotClient to take advantage of rotation in surfaceflinger\'s screencap api
* commit 'd15ef27f9b13727fa7358e3c09572f66bb1e0668': Update ScreenshotClient to take advantage of rotation in surfaceflinger's screencap api
Diffstat (limited to 'include')
-rw-r--r--include/gui/SurfaceComposerClient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h
index c73ef701a..4cbfc0995 100644
--- a/include/gui/SurfaceComposerClient.h
+++ b/include/gui/SurfaceComposerClient.h
@@ -209,6 +209,10 @@ public:
Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
uint32_t minLayerZ, uint32_t maxLayerZ,
bool useIdentityTransform);
+ status_t update(const sp<IBinder>& display,
+ Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
+ uint32_t minLayerZ, uint32_t maxLayerZ,
+ bool useIdentityTransform, uint32_t rotation);
sp<CpuConsumer> getCpuConsumer() const;