| 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 b9c2f617b00628329ca95f98512530ba9dc7719b..d4fbb3dac56e7868839c0e098344c6d6f5a011c0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
|
| @@ -16,6 +16,7 @@
|
| #include "platform/graphics/paint/PaintChunk.h"
|
| #include "platform/graphics/paint/PaintChunker.h"
|
| #include "platform/graphics/paint/Transform3DDisplayItem.h"
|
| +#include "third_party/skia/include/core/SkRefCnt.h"
|
| #include "wtf/Alignment.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/HashMap.h"
|
| @@ -147,7 +148,7 @@ public:
|
| // the last commitNewDisplayItems(). Use with care.
|
| DisplayItemList& newDisplayItemList() { return m_newDisplayItemList; }
|
|
|
| - void appendDebugDrawingAfterCommit(const DisplayItemClient&, PassRefPtr<SkPicture>, const LayoutSize& offsetFromLayoutObject);
|
| + void appendDebugDrawingAfterCommit(const DisplayItemClient&, sk_sp<SkPicture>, const LayoutSize& offsetFromLayoutObject);
|
|
|
| void showDebugData() const;
|
|
|
|
|