From e2909e121c45d58fe587849b1474c80745fcd2b9 Mon Sep 17 00:00:00 2001 From: Jamie Gennis Date: Mon, 10 Oct 2011 15:48:06 -0700 Subject: SurfaceFlinger: update orientation via transactions This change merges the ISurfaceComposer::setOrientation functionality into ISurfaceComposer::setTransactionState. It enables the window manager to atomically update both the display orientation and the position and size of the windows in a single transaction with SurfaceFlinger. Bug: 5439574 Change-Id: I18a8ccc564d7d760ef8afb2d015ccdb7a7963900 --- include/surfaceflinger/SurfaceComposerClient.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/surfaceflinger/SurfaceComposerClient.h') diff --git a/include/surfaceflinger/SurfaceComposerClient.h b/include/surfaceflinger/SurfaceComposerClient.h index ace0735c664e..14e5b23a71f9 100644 --- a/include/surfaceflinger/SurfaceComposerClient.h +++ b/include/surfaceflinger/SurfaceComposerClient.h @@ -195,4 +195,3 @@ public: }; // namespace android #endif // ANDROID_SF_SURFACE_COMPOSER_CLIENT_H - -- cgit v1.2.3-59-g8ed1b