| Index: third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| index eba570f83baeb7c47ce6c34aae45a404cf88d78b..288b0a55a2924a03b036725e52a5658020feb0bf 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
|
| @@ -442,11 +442,6 @@ void LayoutView::ComputeSelfHitTestRects(Vector<LayoutRect>& rects,
|
| }
|
|
|
| PaintInvalidationReason LayoutView::InvalidatePaint(
|
| - const PaintInvalidationState& paint_invalidation_state) {
|
| - return LayoutBlockFlow::InvalidatePaint(paint_invalidation_state);
|
| -}
|
| -
|
| -PaintInvalidationReason LayoutView::InvalidatePaint(
|
| const PaintInvalidatorContext& context) const {
|
| return ViewPaintInvalidator(*this, context).InvalidatePaint();
|
| }
|
|
|