Index: third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h |
index e5f989f8cea2c595975d5e0666bc36ff99448ff1..3dedbcbdd54c3cb08aa21d09e247df909f14e3ad 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h |
@@ -41,7 +41,7 @@ class PLATFORM_EXPORT DrawingDisplayItem final : public DisplayItem { |
return known_to_be_opaque_; |
} |
- void AnalyzeForGpuRasterization(SkPictureGpuAnalyzer&) const override; |
+ int NumberOfSlowPaths() const override; |
private: |
#ifndef NDEBUG |