| Index: third_party/WebKit/Source/platform/testing/FakeDisplayItemClient.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/FakeDisplayItemClient.h b/third_party/WebKit/Source/platform/testing/FakeDisplayItemClient.h
|
| index 051a8886e7c9c46c4f2e28f48b3d54c0881b8893..aaf396e61c75d1390fc77300a22316197bed9329 100644
|
| --- a/third_party/WebKit/Source/platform/testing/FakeDisplayItemClient.h
|
| +++ b/third_party/WebKit/Source/platform/testing/FakeDisplayItemClient.h
|
| @@ -26,6 +26,10 @@ public:
|
| setDisplayItemsCached(CacheGenerationOrInvalidationReason::next());
|
| }
|
|
|
| + bool isJustCreated() const { return false; }
|
| +
|
| + DISPLAY_ITEM_CACHE_STATUS_IMPLEMENTATION
|
| +
|
| private:
|
| String m_name;
|
| LayoutRect m_visualRect;
|
|
|