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

This commit is contained in:
Jesse Hall 2014-09-24 22:07:01 +00:00 committed by Android (Google) Code Review
commit 728a8da146

View File

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