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:
commit
53e6b95d05
@ -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