| Index: third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp
|
| index a4301ee160ee71d5bf6186426f4aa933a7cc769b..a834f52c1fcd94e1e06eca7d92e25cea62b3389c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp
|
| @@ -42,6 +42,8 @@ public:
|
| void appendToWebDisplayItemList(const IntRect&, WebDisplayItemList*) const final { NOTREACHED(); }
|
| String debugName() const final { return "Test"; }
|
| LayoutRect visualRect() const final { return LayoutRect(); }
|
| +
|
| + DISPLAY_ITEM_CACHE_STATUS_IMPLEMENTATION
|
| };
|
|
|
| class NormalTestDisplayItem : public TestDisplayItem {
|
|
|