Index: Source/core/html/HTMLMediaElement.cpp |
diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp |
index 9c7af1a16bdfad0357843673946fb07f816dbd54..75567e2eeeacf0212f8ffb9f66e0fa59000bafbd 100644 |
--- a/Source/core/html/HTMLMediaElement.cpp |
+++ b/Source/core/html/HTMLMediaElement.cpp |
@@ -3062,6 +3062,9 @@ void HTMLMediaElement::clearMediaPlayer(int flags) |
if (m_textTracks) |
configureTextTrackDisplay(AssumeNoVisibleChange); |
+ |
+ if (layoutObject()) |
+ layoutObject()->setShouldDoFullPaintInvalidation(); |
} |
void HTMLMediaElement::stop() |