Merge "SF: Apply pending transactions to new sidebands" into mnc-dev

This commit is contained in:
Dan Stoza 2015-05-08 16:32:26 +00:00 committed by Android (Google) Code Review
commit 98a13a1475
1 changed files with 4 additions and 0 deletions

View File

@ -1125,6 +1125,10 @@ Region Layer::latchBuffer(bool& recomputeVisibleRegions)
if (android_atomic_acquire_cas(true, false, &mSidebandStreamChanged) == 0) {
// mSidebandStreamChanged was true
mSidebandStream = mSurfaceFlingerConsumer->getSidebandStream();
if (mSidebandStream != NULL) {
setTransactionFlags(eTransactionNeeded);
mFlinger->setTransactionFlags(eTraversalNeeded);
}
recomputeVisibleRegions = true;
const State& s(getDrawingState());