| 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 94a523896f2401cfe2df60144e606d0a3363be13..1892622e74efdecb856930e130a45f8a7a5c9aa0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h
|
| @@ -49,6 +49,8 @@ public:
|
|
|
| bool knownToBeOpaque() const { ASSERT(RuntimeEnabledFeatures::slimmingPaintV2Enabled()); return m_knownToBeOpaque; }
|
|
|
| + void analyzeForGpuRasterization(SkPictureGpuAnalyzer&) const override;
|
| +
|
| #if ENABLE(ASSERT)
|
| UnderInvalidationCheckingMode getUnderInvalidationCheckingMode() const { return m_underInvalidationCheckingMode; }
|
| bool equals(const DisplayItem& other) const final;
|
|
|