| 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 3952c877c51a5784c6d1f0dd54419d3300ee5478..42434aefaad48ef1f244e514756d023198573dcd 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| @@ -24,7 +24,7 @@
|
| void AppendToWebDisplayItemList(const IntRect&,
|
| WebDisplayItemList*) const override;
|
|
|
| - int NumberOfSlowPaths() const override;
|
| + void AnalyzeForGpuRasterization(SkPictureGpuAnalyzer&) const override;
|
|
|
| private:
|
| #ifndef NDEBUG
|
|
|