Merge "surfaceflinger: Check sideband stream changed to trigger sideband Layer update." into lmp-dev
This commit is contained in:
commit
728a8da146
@ -284,7 +284,7 @@ public:
|
||||
/*
|
||||
* 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