surfaceflinger: Check sideband stream changed to trigger sideband Layer update.

BUG: 17382907
Change-Id: I65fd037bd25238ae68a3976468ae7fd7ce49c562
This commit is contained in:
chenhg 2014-09-23 10:52:25 +08:00 committed by Jesse Hall
parent b1982b75c4
commit 0ea1cb9195
1 changed files with 1 additions and 1 deletions

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; }
// -----------------------------------------------------------------------