Index: third_party/WebKit/Source/core/layout/LayoutBox.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h |
index f792d13b50b3a43a76353eebe3d97eaa714301b0..79d3f0863ba9b76066b1475b22ff8bc80d4ba5ee 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
@@ -1469,7 +1469,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject { |
void ComputeSelfHitTestRects(Vector<LayoutRect>&, |
const LayoutPoint& layer_offset) const override; |
- PaintInvalidationReason InvalidatePaint( |
+ PaintInvalidationReason DeprecatedInvalidatePaint( |
const PaintInvalidationState&) override; |
PaintInvalidationReason InvalidatePaint( |
const PaintInvalidatorContext&) const override; |