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 42434aefaad48ef1f244e514756d023198573dcd..3952c877c51a5784c6d1f0dd54419d3300ee5478 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 @@ class PLATFORM_EXPORT BeginClipPathDisplayItem final |
void AppendToWebDisplayItemList(const IntRect&, |
WebDisplayItemList*) const override; |
- void AnalyzeForGpuRasterization(SkPictureGpuAnalyzer&) const override; |
+ int NumberOfSlowPaths() const override; |
private: |
#ifndef NDEBUG |