diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-03-22 01:52:34 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-03-22 01:52:34 +0000 |
commit | 13ad8e8ea615bf1d9133d8d3820ed09e50508b45 (patch) | |
tree | 67a82b6c8280758d5f23808f95c1bf1dfb4bfe24 /libs/gui/include | |
parent | bcec18decd19e539b59cd02b9dd0110b07846fd3 (diff) | |
parent | 11a7dbed6ca41df77b19bb74206b1ba41c587b0f (diff) | |
download | android_frameworks_native-13ad8e8ea615bf1d9133d8d3820ed09e50508b45.tar.gz android_frameworks_native-13ad8e8ea615bf1d9133d8d3820ed09e50508b45.tar.bz2 android_frameworks_native-13ad8e8ea615bf1d9133d8d3820ed09e50508b45.zip |
Merge "libgui: update description of sourceCrop for captureScreen"
Diffstat (limited to 'libs/gui/include')
-rw-r--r-- | libs/gui/include/gui/ISurfaceComposer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/gui/include/gui/ISurfaceComposer.h b/libs/gui/include/gui/ISurfaceComposer.h index 3dffa8f8b..8f54fee22 100644 --- a/libs/gui/include/gui/ISurfaceComposer.h +++ b/libs/gui/include/gui/ISurfaceComposer.h @@ -194,8 +194,7 @@ public: * of the buffer. The caller should pick the data space and pixel format * that it can consume. * - * At the moment, sourceCrop is ignored and is always set to the visible - * region (projected display viewport) of the screen. + * sourceCrop is the crop on the logical display. * * reqWidth and reqHeight specifies the size of the buffer. When either * of them is 0, they are set to the size of the logical display viewport. |