| 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 3dedbcbdd54c3cb08aa21d09e247df909f14e3ad..e5f989f8cea2c595975d5e0666bc36ff99448ff1 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 @@
|
| return known_to_be_opaque_;
|
| }
|
|
|
| - int NumberOfSlowPaths() const override;
|
| + void AnalyzeForGpuRasterization(SkPictureGpuAnalyzer&) const override;
|
|
|
| private:
|
| #ifndef NDEBUG
|
|
|