| Index: third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
|
| index 035271f8177405c00f43689220554a4621e2942d..4ba54884700030e12c78b2fda9ec09ed7a441c91 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
|
| @@ -39,7 +39,8 @@ public:
|
| PassRefPtr<const SkPicture> endRecording()
|
| {
|
| m_context->beginRecording(m_bounds);
|
| - m_displayItemList->commitNewDisplayItemsAndReplay(*m_context);
|
| + m_displayItemList->commitNewDisplayItems();
|
| + m_displayItemList->paintArtifact().replay(*m_context);
|
| return m_context->endRecording();
|
| }
|
|
|
|
|