| Index: third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| index ce6f7285043e83f2b67ddb55076b4ed68993ae7e..47cbddff1d73ce67600a97b47419ca467b51468a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| @@ -22,6 +22,8 @@ public:
|
| void replay(GraphicsContext&) const override;
|
| void appendToWebDisplayItemList(const IntRect&, WebDisplayItemList*) const override;
|
|
|
| + void analyzeForGpuRasterization(SkPictureGpuAnalyzer&) const override;
|
| +
|
| private:
|
| const SkPath m_clipPath;
|
| #ifndef NDEBUG
|
|
|