commit | 1a61da5e28fa16ad556a58193c8bbeb32a5f636d | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu Apr 28 13:18:15 2016 -0700 |
committer | John Reck <jreck@google.com> | Thu Apr 28 14:02:42 2016 -0700 |
tree | 437007d7980325c0a3be841d544086455fa67c67 | |
parent | ce8e5df3c11616f3eb7867ce89558b530651166c [diff] [blame] |
Return the transform to apply in getLastQueuedBuffer Bug: 28428955 Change-Id: Id48f7d3bf3f5deb074cf0a6a52a41caac875db41
diff --git a/services/surfaceflinger/DisplayHardware/VirtualDisplaySurface.cpp b/services/surfaceflinger/DisplayHardware/VirtualDisplaySurface.cpp index 7e4e797..bc8dfbb 100644 --- a/services/surfaceflinger/DisplayHardware/VirtualDisplaySurface.cpp +++ b/services/surfaceflinger/DisplayHardware/VirtualDisplaySurface.cpp
@@ -606,7 +606,8 @@ } status_t VirtualDisplaySurface::getLastQueuedBuffer( - sp<GraphicBuffer>* /*outBuffer*/, sp<Fence>* /*outFence*/) { + sp<GraphicBuffer>* /*outBuffer*/, sp<Fence>* /*outFence*/, + float[16] /* outTransformMatrix*/) { ALOGE("getLastQueuedBuffer not supported on VirtualDisplaySurface"); return INVALID_OPERATION; }