| Index: Source/core/layout/LayoutVideo.cpp
|
| diff --git a/Source/core/layout/LayoutVideo.cpp b/Source/core/layout/LayoutVideo.cpp
|
| index 409a9b97a842c3416d70f4722b396b55fbb92b13..85d2caa574f58ff732e200d320932b67d8fe021f 100644
|
| --- a/Source/core/layout/LayoutVideo.cpp
|
| +++ b/Source/core/layout/LayoutVideo.cpp
|
| @@ -164,6 +164,9 @@ void LayoutVideo::updateFromElement()
|
| {
|
| LayoutMedia::updateFromElement();
|
| updatePlayer();
|
| +
|
| + // If the DisplayMode of the video changed, then we need to paint.
|
| + setShouldDoFullPaintInvalidation();
|
| }
|
|
|
| void LayoutVideo::updatePlayer()
|
|
|