| Index: third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| index 7d5c514e7d5375b801a3baaf4fce6e7497afdf1b..71357b7ec0b4c3e468bd5f10bbfdc440f96e61e6 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| @@ -27,8 +27,6 @@
|
| #include <memory>
|
| #include <utility>
|
|
|
| -class SkPicture;
|
| -
|
| namespace blink {
|
|
|
| static const size_t kInitialDisplayItemListCapacityBytes = 512;
|
| @@ -172,7 +170,7 @@ class PLATFORM_EXPORT PaintController {
|
| DisplayItemList& newDisplayItemList() { return m_newDisplayItemList; }
|
|
|
| void appendDebugDrawingAfterCommit(const DisplayItemClient&,
|
| - sk_sp<SkPicture>,
|
| + sk_sp<PaintRecord>,
|
| const LayoutSize& offsetFromLayoutObject);
|
|
|
| void showDebugData() const { showDebugDataInternal(false); }
|
|
|