surfaceflinger: Check sideband stream changed to trigger sideband Layer update.
BUG: 17382907 Change-Id: I65fd037bd25238ae68a3976468ae7fd7ce49c562
This commit is contained in:
parent
b1982b75c4
commit
0ea1cb9195
@ -284,7 +284,7 @@ public:
|
|||||||
/*
|
/*
|
||||||
* Returns if a frame is queued.
|
* Returns if a frame is queued.
|
||||||
*/
|
*/
|
||||||
bool hasQueuedFrame() const { return mQueuedFrames > 0; }
|
bool hasQueuedFrame() const { return mQueuedFrames > 0 || mSidebandStreamChanged; }
|
||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user