am c868c78b: am 5bf786d8: surfaceflinger: recompute visibility after sideband stream change

* commit 'c868c78b516d5fd3f5d36dc916baab6c98800d8f':
  surfaceflinger: recompute visibility after sideband stream change
This commit is contained in:
Jesse Hall 2014-10-02 12:53:49 +00:00 committed by Android Git Automerger
commit 18507fe470
1 changed files with 4 additions and 0 deletions

View File

@ -1042,6 +1042,10 @@ Region Layer::latchBuffer(bool& recomputeVisibleRegions)
if (android_atomic_acquire_cas(true, false, &mSidebandStreamChanged) == 0) {
// mSidebandStreamChanged was true
mSidebandStream = mSurfaceFlingerConsumer->getSidebandStream();
recomputeVisibleRegions = true;
const State& s(getDrawingState());
return s.transform.transform(Region(Rect(s.active.w, s.active.h)));
}
Region outDirtyRegion;