| 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 9d8c80132b05d771e7ecdb1f79ed14c2ea1d0ea5..f2d2559a6c9421efd6820ad90febd24adc5ffd93 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| @@ -20,6 +20,7 @@ namespace blink {
|
| // in which its display items are created during painting. After the document
|
| // cycle, a pointer/reference to DisplayItemClient should be no longer
|
| // dereferenced unless we can make sure the client is still valid.
|
| +
|
| class PLATFORM_EXPORT DisplayItemClient {
|
| public:
|
| #if CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS
|
|
|