| 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 ce176520abc935c8efcf04eae954f7215e9da79b..67a29566024c9271a4c85097483be99a4423dbfd 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 m_knownToBeOpaque;
|
| }
|
|
|
| - void analyzeForGpuRasterization(SkPictureGpuAnalyzer&) const override;
|
| + int numberOfSlowPaths() const override;
|
|
|
| private:
|
| #ifndef NDEBUG
|
|
|