summaryrefslogtreecommitdiffstats
path: root/include/gui
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2014-06-26 16:01:02 -0700
committerMichael Lentine <mlentine@google.com>2014-07-30 11:23:44 -0700
commit1f6078aef71b1d3f080cd565adbec350c71088dd (patch)
treec5dbb3eb6ee45d28e6e30a6b0230a23143ec1500 /include/gui
parent99c7dc596adeef45604a596075043e1f37daf7ca (diff)
downloadframeworks_native-1f6078aef71b1d3f080cd565adbec350c71088dd.zip
frameworks_native-1f6078aef71b1d3f080cd565adbec350c71088dd.tar.gz
frameworks_native-1f6078aef71b1d3f080cd565adbec350c71088dd.tar.bz2
Have VirtualDisplays send SF resize messages when resizing
Change-Id: I76d15b22099a659450ec875836c9bf2b6584838f
Diffstat (limited to 'include/gui')
-rw-r--r--include/gui/SurfaceComposerClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h
index 65313df..c73ef70 100644
--- a/include/gui/SurfaceComposerClient.h
+++ b/include/gui/SurfaceComposerClient.h
@@ -146,6 +146,7 @@ public:
const sp<IGraphicBufferProducer>& bufferProducer);
static void setDisplayLayerStack(const sp<IBinder>& token,
uint32_t layerStack);
+ static void setDisplaySize(const sp<IBinder>& token, uint32_t width, uint32_t height);
/* setDisplayProjection() defines the projection of layer stacks
* to a given display.