| Index: third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.cpp b/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.cpp
|
| index 76a67daec68d6047f99cd066819b0bfb8f782cbc..e67c7b27c20ac768f814da2cc365e28d6d730e9c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutHTMLCanvas.cpp
|
| @@ -83,9 +83,9 @@ void LayoutHTMLCanvas::CanvasSizeChanged() {
|
| SetNeedsLayout(LayoutInvalidationReason::kSizeChanged);
|
| }
|
|
|
| -PaintInvalidationReason LayoutHTMLCanvas::InvalidatePaintIfNeeded(
|
| +PaintInvalidationReason LayoutHTMLCanvas::InvalidatePaint(
|
| const PaintInvalidatorContext& context) const {
|
| - return HTMLCanvasPaintInvalidator(*this, context).InvalidatePaintIfNeeded();
|
| + return HTMLCanvasPaintInvalidator(*this, context).InvalidatePaint();
|
| }
|
|
|
| CompositingReasons LayoutHTMLCanvas::AdditionalCompositingReasons() const {
|
|
|