| Index: Source/core/layout/LayoutVideo.cpp
|
| diff --git a/Source/core/layout/LayoutVideo.cpp b/Source/core/layout/LayoutVideo.cpp
|
| index bd8a402100154a38fe492abcba105182a823ed0e..0e33e9ad160a46a2e9de3e0d20354cbdcf7e15a4 100644
|
| --- a/Source/core/layout/LayoutVideo.cpp
|
| +++ b/Source/core/layout/LayoutVideo.cpp
|
| @@ -74,7 +74,7 @@ void LayoutVideo::updateIntrinsicSize()
|
|
|
| setIntrinsicSize(size);
|
| setPreferredLogicalWidthsDirty();
|
| - setNeedsLayoutAndFullPaintInvalidation();
|
| + setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::SizeChanged);
|
| }
|
|
|
| LayoutSize LayoutVideo::calculateIntrinsicSize()
|
|
|