Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b364be8e authored by Mathias Agopian's avatar Mathias Agopian
Browse files

fix a typo causing pre-rotation to never work

Change-Id: I8d698ec52d53ef1a553b887c7329413e1f49cc72
parent 016c8cbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -609,7 +609,7 @@ status_t BufferQueue::queueBuffer(int buf,
        mBufferHasBeenQueued = true;
        mDequeueCondition.broadcast();

        output->inflate(mDefaultWidth, mDefaultHeight, mDefaultHeight);
        output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint);

        ATRACE_INT(mConsumerName.string(), mQueue.size());
    } // scope for the lock