diff options
| author | 2016-06-07 20:42:03 +0000 | |
|---|---|---|
| committer | 2016-06-07 20:42:03 +0000 | |
| commit | c3da482bb8081ee2c19b5965585267b8e21cfc7e (patch) | |
| tree | 8db5574b9637eccfbd759bb537591565e30eced2 /include/gui/SurfaceComposerClient.h | |
| parent | 0950fb3d20d100f62961db1cc3eff51b51f9ca6b (diff) | |
| parent | 82364e3cea0bf88fa8147766433329b3dd5148b8 (diff) | |
Merge "SurfaceFlinger: Add mode to apply position with resize." into nyc-dev
Diffstat (limited to 'include/gui/SurfaceComposerClient.h')
| -rw-r--r-- | include/gui/SurfaceComposerClient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h index 73f923c237..312e02f1dc 100644 --- a/include/gui/SurfaceComposerClient.h +++ b/include/gui/SurfaceComposerClient.h @@ -140,6 +140,8 @@ public: const sp<IBinder>& handle, uint64_t frameNumber); status_t setOverrideScalingMode(const sp<IBinder>& id, int32_t overrideScalingMode); + status_t setPositionAppliesWithResize(const sp<IBinder>& id); + status_t destroySurface(const sp<IBinder>& id); status_t clearLayerFrameStats(const sp<IBinder>& token) const; |