| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 5aafc6c425974d05737258d9b7694d29a1268e14..2954e67e64850b0ee5445cc7f958a44f38526539 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1953,6 +1953,8 @@ private:
|
| // For slimmingPaintInvalidation, this stores the previous paint offset.
|
| // TODO(wangxianzhu): Rename this to m_previousPaintOffset when we enable slimmingPaintInvalidation.
|
| LayoutPoint m_previousPositionFromPaintInvalidationBacking;
|
| +
|
| + DISPLAY_ITEM_CACHE_STATUS_IMPLEMENTATION
|
| };
|
|
|
| // FIXME: remove this once the layout object lifecycle ASSERTS are no longer hit.
|
|
|