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

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

Issue 2783593002: Redraw media volume slider when it is moving (Closed)
Patch Set: Test for volume slider invalidation on input while dragging 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
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(
mlamouri (slow - plz ping) 2017/03/31 11:20:16 Instead of overriding this method, can you look at
sabbakumov 2017/04/03 04:12:45 I think that we need to test the interaction betwe
PaintInvalidationReason = PaintInvalidationFull);
void setShouldDoFullPaintInvalidationWithoutGeometryChange(
PaintInvalidationReason = PaintInvalidationFull);

Powered by Google App Engine
This is Rietveld 408576698