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

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

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/LayoutEmbeddedObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
index d5f3c2e5a99d5d2b1a1bd9f4a6c2955e8101efa5..0cf9b1419c9136493aaf3827af91e0458b21a743 100644
--- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
@@ -53,7 +53,7 @@ class LayoutEmbeddedObject final : public LayoutPart {
void PaintContents(const PaintInfo&, const LayoutPoint&) const final;
void PaintReplaced(const PaintInfo&, const LayoutPoint&) const final;
void Paint(const PaintInfo&, const LayoutPoint&) const final;
- PaintInvalidationReason InvalidatePaintIfNeeded(
+ PaintInvalidationReason InvalidatePaint(
const PaintInvalidatorContext&) const final;
void UpdateLayout() final;

Powered by Google App Engine
This is Rietveld 408576698