| 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 8aaebc3ed5f38df9e07115a0e92dd14f9956d3b3..229b89fc20953d587bfdb71ae7aa778f2cca82f7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| @@ -17,6 +17,7 @@
|
| #include "platform/graphics/paint/PaintChunker.h"
|
| #include "platform/graphics/paint/RasterInvalidationTracking.h"
|
| #include "platform/graphics/paint/Transform3DDisplayItem.h"
|
| +#include "skia/ext/cdl_common.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| #include "wtf/Alignment.h"
|
| #include "wtf/Assertions.h"
|
| @@ -27,8 +28,6 @@
|
| #include <memory>
|
| #include <utility>
|
|
|
| -class SkPicture;
|
| -
|
| namespace blink {
|
|
|
| static const size_t kInitialDisplayItemListCapacityBytes = 512;
|
| @@ -177,7 +176,7 @@ class PLATFORM_EXPORT PaintController {
|
| DisplayItemList& newDisplayItemList() { return m_newDisplayItemList; }
|
|
|
| void appendDebugDrawingAfterCommit(const DisplayItemClient&,
|
| - sk_sp<SkPicture>,
|
| + sk_sp<CdlPicture>,
|
| const LayoutSize& offsetFromLayoutObject);
|
|
|
| void showDebugData() const { showDebugDataInternal(false); }
|
|
|