Merge commit 'b9fd188a0b1cd71e38c03a7bb4a4688eedf83667' * commit 'b9fd188a0b1cd71e38c03a7bb4a4688eedf83667': fix [2785833] valgrind error in android::Layer::requestBuffer
This commit is contained in:
@@ -160,6 +160,7 @@ status_t Layer::setBuffers( uint32_t w, uint32_t h,
|
||||
const uint32_t hwFlags = hw.getFlags();
|
||||
|
||||
mFormat = format;
|
||||
mReqFormat = format;
|
||||
mWidth = w;
|
||||
mHeight = h;
|
||||
mSecure = (flags & ISurfaceComposer::eSecure) ? true : false;
|
||||
|
||||
Reference in New Issue
Block a user