| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| index dcb5611f20c864ae55b4eb8ff798bc5331bfa424..1d06a6ce696091f26497f6daea77f16aaedccc82 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -376,6 +376,8 @@ private:
|
| std::unique_ptr<PaintController> m_paintController;
|
|
|
| IntRect m_previousInterestRect;
|
| +
|
| + DISPLAY_ITEM_CACHE_STATUS_IMPLEMENTATION
|
| };
|
|
|
| } // namespace blink
|
|
|