diff options
| author | 2012-04-16 00:08:26 -0700 | |
|---|---|---|
| committer | 2012-04-16 00:08:26 -0700 | |
| commit | 172a62a224967beee9e35e02a5b2fb2705dd2cc0 (patch) | |
| tree | 2a7fa37b360a931b40868f7f44f2870c9c121f1b /libs/gui/BufferQueue.cpp | |
| parent | 568569aaa001330f450a3fbb7e475927434c4bb7 (diff) | |
make sure to pass the transform-hint on ANW.connect
this optimization was probably lost during ST refactoring.
Change-Id: I845978c4b718cb91941d15b30484837f19714abe
Diffstat (limited to 'libs/gui/BufferQueue.cpp')
| -rw-r--r-- | libs/gui/BufferQueue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/BufferQueue.cpp b/libs/gui/BufferQueue.cpp index 3d80ef6c37..01d08b70de 100644 --- a/libs/gui/BufferQueue.cpp +++ b/libs/gui/BufferQueue.cpp @@ -675,7 +675,7 @@ status_t BufferQueue::connect(int api, mConnectedApi = api; *outWidth = mDefaultWidth; *outHeight = mDefaultHeight; - *outTransform = 0; + *outTransform = mTransformHint; } break; default: |