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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp

Issue 2852573002: Rename InvalidatePaintIfNeeded to drop deprecated IfNeeded suffix. (Closed)
Patch Set: Created 3 years, 8 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/LayoutBoxModelObject.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp
index 45263de930fd587a3d9dde4921da8e4306c07ca9..6d21000aceae28a022897c6302592d0cdfa9c8a8 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp
@@ -568,7 +568,7 @@ void LayoutBoxModelObject::InvalidateTreeIfNeeded(
LayoutRect previous_visual_rect = VisualRect();
LayoutPoint previous_location = paint_invalidator.LocationInBacking();
PaintInvalidationReason reason =
- InvalidatePaintIfNeeded(new_paint_invalidation_state);
+ InvalidatePaint(new_paint_invalidation_state);
if (previous_location != paint_invalidator.LocationInBacking()) {
new_paint_invalidation_state
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBox.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698