| 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 9e8572a8d22656fa7de896d9916e75e223fd32fa..25a4ef52658767f6afff5991c5a8905c97bd590c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| @@ -65,10 +65,10 @@ public:
|
| bool isAlive() const;
|
| // Called when any DisplayItem of this DisplayItemClient is added into PaintController
|
| // using PaintController::createAndAppend().
|
| - void beginShouldKeepAlive() const;
|
| + void beginShouldKeepAlive(const void* owner) const;
|
| // Clears all should-keep-alive DisplayItemClients. Called after PaintController commits
|
| // new display items.
|
| - static void endShouldKeepAliveAllClients();
|
| + static void endShouldKeepAliveAllClients(const void* owner);
|
| #else
|
| virtual ~DisplayItemClient() { }
|
| #endif
|
|
|