| Index: src/core/SkRecordedDrawable.cpp
|
| diff --git a/src/core/SkRecordedDrawable.cpp b/src/core/SkRecordedDrawable.cpp
|
| index 9b5874f9272865047d0b58a770e4f2b0ddeca70b..3bbef833aebc7019c9410af1892ed2942303bee2 100644
|
| --- a/src/core/SkRecordedDrawable.cpp
|
| +++ b/src/core/SkRecordedDrawable.cpp
|
| @@ -77,7 +77,7 @@ void SkRecordedDrawable::flatten(SkWriteBuffer& buffer) const {
|
| pictureRecord.endRecording();
|
|
|
| // Flatten the recorded commands and drawables.
|
| - SkPictureData pictureData(pictureRecord, info, false);
|
| + SkPictureData pictureData(pictureRecord, info);
|
| pictureData.flatten(buffer);
|
| }
|
|
|
|
|