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 dc3236218802b7a433232fd975ac15abd79544fd..4e60e9f7696815d6b1831e350c6ed1f64a2ba988 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 |