| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| index 42dcd89ecd0624550520beac4ae2b552c534e1cd..20dc0f013ea5b50e7cc55bc36f272bea5dac8f54 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| @@ -137,6 +137,9 @@ private:
|
| inline bool operator==(const DisplayItemClient& client1, const DisplayItemClient& client2) { return &client1 == &client2; }
|
| inline bool operator!=(const DisplayItemClient& client1, const DisplayItemClient& client2) { return &client1 != &client2; }
|
|
|
| +#define DISPLAY_ITEM_CACHE_STATUS_IMPLEMENTATION
|
| +#define DISPLAY_ITEM_CACHE_STATUS_UNCACHEABLE_IMPLEMENTATION
|
| +
|
| } // namespace blink
|
|
|
| #endif // DisplayItemClient_h
|
|
|