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

Unified Diff: Source/core/rendering/RenderSliderContainer.cpp

Issue 478733002: Rename repaint to paintInvalidation for remaining methods. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « Source/core/rendering/RenderSelectionInfo.h ('k') | Source/core/rendering/RenderTable.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderSliderContainer.cpp
diff --git a/Source/core/rendering/RenderSliderContainer.cpp b/Source/core/rendering/RenderSliderContainer.cpp
index db6de918e26fa10d06b94267b55fbdb3f8f99504..a1945578c8b395ba05309d75ccbd1d295f9f52eb 100644
--- a/Source/core/rendering/RenderSliderContainer.cpp
+++ b/Source/core/rendering/RenderSliderContainer.cpp
@@ -142,7 +142,7 @@ void RenderSliderContainer::layout()
// We need one-off invalidation code here because painting of the timeline element does not go through style.
// Instead it has a custom implementation in C++ code.
- // Therefore the style system cannot understand when it needs to be repainted.
+ // Therefore the style system cannot understand when it needs to be paint invalidated.
setShouldDoFullPaintInvalidation(true);
}
« no previous file with comments | « Source/core/rendering/RenderSelectionInfo.h ('k') | Source/core/rendering/RenderTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698