| Index: third_party/WebKit/Source/core/paint/PaintLayer.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| index 469fe7891a25ab120649fccc0ca32b4ebda4c893..350de41d5ff2aae0cc8569cc8918caee05fdfcb2 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -888,6 +888,8 @@ private:
|
| LayoutRect m_previousPaintDirtyRect;
|
|
|
| std::unique_ptr<PaintLayerRareData> m_rareData;
|
| +
|
| + DISPLAY_ITEM_CACHE_STATUS_IMPLEMENTATION
|
| };
|
|
|
| } // namespace blink
|
|
|