Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: third_party/WebKit/Source/core/html/shadow/MediaControls.cpp

Issue 2343713003: Fix under-invalidation of media slider thumb when network state changes (Closed)
Patch Set: - Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/android/paint/invalidation/video-unmute-repaint-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/shadow/MediaControls.cpp
diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp b/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp
index 98ac05bd2aac6459de6b95dcdbb377f1d76f8d88..70165e9db246bc3a40959fcbf41d68fb822784bc 100644
--- a/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp
+++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp
@@ -825,7 +825,7 @@ void MediaControls::invalidate(Element* element)
return;
if (LayoutObject* layoutObject = element->layoutObject())
- layoutObject->setShouldDoFullPaintInvalidation();
+ layoutObject->setShouldDoFullPaintInvalidationIncludingNonCompositingDescendants();
}
void MediaControls::networkStateChanged()
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/android/paint/invalidation/video-unmute-repaint-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698