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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 2783593002: Redraw media volume slider when it is moving (Closed)
Patch Set: Test the code modifications Created 3 years, 9 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/Source/core/html/shadow/MediaControlsTest.cpp ('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/layout/LayoutObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
index badb611965ef3f04785b6f3aacd3c32fadd9bb5c..1c26dac26521cb5af15cf06e513a231246482e02 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
@@ -1638,7 +1638,7 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
bool shouldDoFullPaintInvalidation() const {
return m_bitfields.fullPaintInvalidationReason() != PaintInvalidationNone;
}
- void setShouldDoFullPaintInvalidation(
+ virtual void setShouldDoFullPaintInvalidation(
PaintInvalidationReason = PaintInvalidationFull);
void setShouldDoFullPaintInvalidationWithoutGeometryChange(
PaintInvalidationReason = PaintInvalidationFull);
« no previous file with comments | « third_party/WebKit/Source/core/html/shadow/MediaControlsTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698