commit | 172a62a224967beee9e35e02a5b2fb2705dd2cc0 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Apr 16 00:08:26 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Apr 16 00:08:26 2012 -0700 |
tree | 2a7fa37b360a931b40868f7f44f2870c9c121f1b | |
parent | 568569aaa001330f450a3fbb7e475927434c4bb7 [diff] [blame] |
make sure to pass the transform-hint on ANW.connect this optimization was probably lost during ST refactoring. Change-Id: I845978c4b718cb91941d15b30484837f19714abe
diff --git a/libs/gui/BufferQueue.cpp b/libs/gui/BufferQueue.cpp index 3d80ef6..01d08b7 100644 --- a/libs/gui/BufferQueue.cpp +++ b/libs/gui/BufferQueue.cpp
@@ -675,7 +675,7 @@ mConnectedApi = api; *outWidth = mDefaultWidth; *outHeight = mDefaultHeight; - *outTransform = 0; + *outTransform = mTransformHint; } break; default: