| Index: Source/core/layout/LayoutHTMLCanvas.cpp
|
| diff --git a/Source/core/layout/LayoutHTMLCanvas.cpp b/Source/core/layout/LayoutHTMLCanvas.cpp
|
| index 7b648d4c25045272f20e5e18decea6e3f0f98205..39c33923ec3961799d5e1725dfcc95e270f8f0e5 100644
|
| --- a/Source/core/layout/LayoutHTMLCanvas.cpp
|
| +++ b/Source/core/layout/LayoutHTMLCanvas.cpp
|
| @@ -78,7 +78,7 @@ void LayoutHTMLCanvas::canvasSizeChanged()
|
| return;
|
|
|
| if (!selfNeedsLayout())
|
| - setNeedsLayout();
|
| + setNeedsLayout(LayoutInvalidationReason::SizeChanged);
|
| }
|
|
|
| PaintInvalidationReason LayoutHTMLCanvas::invalidatePaintIfNeeded(PaintInvalidationState& paintInvalidationState, const LayoutBoxModelObject& paintInvalidationContainer)
|
|
|