Index: Source/web/WebMediaPlayerClientImpl.cpp |
diff --git a/Source/web/WebMediaPlayerClientImpl.cpp b/Source/web/WebMediaPlayerClientImpl.cpp |
index 28840ec7ddf0984aeec7a962841e1946e611df50..4be4f6d80a962ab43128f849468c8e72063cd89a 100644 |
--- a/Source/web/WebMediaPlayerClientImpl.cpp |
+++ b/Source/web/WebMediaPlayerClientImpl.cpp |
@@ -59,9 +59,6 @@ WebMediaPlayerClientImpl::~WebMediaPlayerClientImpl() |
{ |
// Explicitly destroy the WebMediaPlayer to allow verification of tear down. |
m_webMediaPlayer.clear(); |
- |
- if (mediaElement().layoutObject()) |
- mediaElement().layoutObject()->setShouldDoFullPaintInvalidation(); |
} |
void WebMediaPlayerClientImpl::networkStateChanged() |