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 f040c209aeabc621a2956d56a52c39c59ced4964..7f101249866c17d797151e92d4195ec43ed1a8f3 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); } |