Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h

Issue 2031623002: Track DisplayItemClient aliveness for each PaintController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698