| Index: third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutItem.h b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| index 083fa55096c742477a4f0bc3d48061e1217b8bb2..303513fa614f87d1fbdec1d9da8a8d318ea11bfc 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
|
| @@ -201,8 +201,8 @@ class LayoutItem {
|
| return layout_object_->NeedsOverflowRecalcAfterStyleChange();
|
| }
|
|
|
| - void InvalidateTreeIfNeeded(const PaintInvalidationState& state) {
|
| - layout_object_->InvalidateTreeIfNeeded(state);
|
| + void DeprecatedInvalidateTree(const PaintInvalidationState& state) {
|
| + layout_object_->DeprecatedInvalidateTree(state);
|
| }
|
|
|
| CompositingState GetCompositingState() const {
|
|
|