Index: third_party/WebKit/Source/core/paint/PaintInvalidator.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.h b/third_party/WebKit/Source/core/paint/PaintInvalidator.h |
index 663bcf0d51d195eaab974dcb92bc8ee5a97d0b40..b101354fb5600e6fb31d9d809affade17c33dea9 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h |
+++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h |
@@ -116,8 +116,8 @@ struct PaintInvalidatorContext { |
class PaintInvalidator { |
public: |
- void InvalidatePaintIfNeeded(FrameView&, PaintInvalidatorContext&); |
- void InvalidatePaintIfNeeded(const LayoutObject&, PaintInvalidatorContext&); |
+ void InvalidatePaint(FrameView&, PaintInvalidatorContext&); |
+ void InvalidatePaint(const LayoutObject&, PaintInvalidatorContext&); |
// Process objects needing paint invalidation on the next frame. |
// See the definition of PaintInvalidationDelayedFull for more details. |