| Index: third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h b/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h
|
| index e0a8191b902dcd9b825308aa6a5cf4ae6524344c..97f6cc8eb3821e1b4e3a654f0d684addf5d887d6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.h
|
| @@ -41,7 +41,7 @@ class LayoutHTMLCanvas final : public LayoutReplaced {
|
| }
|
| PaintLayerType LayerTypeRequired() const override;
|
|
|
| - PaintInvalidationReason InvalidatePaintIfNeeded(
|
| + PaintInvalidationReason InvalidatePaint(
|
| const PaintInvalidatorContext&) const final;
|
|
|
| void CanvasSizeChanged();
|
|
|