Merge "HWUI: mSerialContext needs to outlive other serializing members" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c5f21ce435
@@ -137,9 +137,10 @@ private:
|
||||
int mCaptureSequence = 0;
|
||||
|
||||
// Multi frame serialization stream and writer used when serializing more than one frame.
|
||||
std::unique_ptr<SkSharingSerialContext> mSerialContext; // Must be declared before any other
|
||||
// serializing member
|
||||
std::unique_ptr<SkFILEWStream> mOpenMultiPicStream;
|
||||
sk_sp<SkDocument> mMultiPic;
|
||||
std::unique_ptr<SkSharingSerialContext> mSerialContext;
|
||||
|
||||
/**
|
||||
* mRecorder holds the current picture recorder when serializing in either SingleFrameSKP or
|
||||
|
||||
Reference in New Issue
Block a user