am 728a8da1: Merge "surfaceflinger: Check sideband stream changed to trigger sideband Layer update." into lmp-dev

* commit '728a8da14638e718ede11a7a894705524fc9d171':
  surfaceflinger: Check sideband stream changed to trigger sideband Layer update.
This commit is contained in:
Jesse Hall 2014-09-26 05:10:07 +00:00 committed by Android Git Automerger
commit 53e6b95d05

View File

@ -284,7 +284,7 @@ public:
/*
* Returns if a frame is queued.
*/
bool hasQueuedFrame() const { return mQueuedFrames > 0; }
bool hasQueuedFrame() const { return mQueuedFrames > 0 || mSidebandStreamChanged; }
// -----------------------------------------------------------------------