Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp |
index d27e97507232f6406f3d72b9e8829b6c23ade737..ffe0cfcaf78d03fc3c6af913c6e86b7adc68a62f 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp |
@@ -15,6 +15,8 @@ class TestDisplayItemClient : public DisplayItemClient { |
public: |
String debugName() const final { return "TestDisplayItemClient"; } |
IntRect visualRect() const final { return IntRect(); } |
+private: |
+ DISPLAY_ITEM_CACHE_STATUS_UNCACHEABLE_IMPLEMENTATION |
}; |
TEST(DisplayItemClientTest, IsAlive) |