Adding transform to BLAST adapter
Bug: 141938470
Test: build, boot, libgui_test
Change-Id: I5c27a139cb0eebd58a435817d5a2427d17b49c14
diff --git a/libs/gui/BLASTBufferQueue.cpp b/libs/gui/BLASTBufferQueue.cpp
index 29ea84e..b9cf9e1 100644
--- a/libs/gui/BLASTBufferQueue.cpp
+++ b/libs/gui/BLASTBufferQueue.cpp
@@ -133,6 +133,7 @@
t->setFrame(mSurfaceControl, {0, 0, (int32_t)buffer->getWidth(), (int32_t)buffer->getHeight()});
t->setCrop(mSurfaceControl, computeCrop(mLastSubmittedBufferItem));
+ t->setTransform(mSurfaceControl, mLastSubmittedBufferItem.mTransform);
if (applyTransaction) {
t->apply();