Loading libs/gui/SurfaceControl.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -166,7 +166,7 @@ void SurfaceControl::updateDefaultBufferSize(uint32_t width, uint32_t height) { Mutex::Autolock _l(mLock); Mutex::Autolock _l(mLock); mWidth = width; mHeight = height; mWidth = width; mHeight = height; if (mBbq) { if (mBbq) { mBbq->update(this, width, height, mFormat); mBbq->update(mBbqChild, width, height, mFormat); } } } } Loading Loading
libs/gui/SurfaceControl.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -166,7 +166,7 @@ void SurfaceControl::updateDefaultBufferSize(uint32_t width, uint32_t height) { Mutex::Autolock _l(mLock); Mutex::Autolock _l(mLock); mWidth = width; mHeight = height; mWidth = width; mHeight = height; if (mBbq) { if (mBbq) { mBbq->update(this, width, height, mFormat); mBbq->update(mBbqChild, width, height, mFormat); } } } } Loading