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

Unified Diff: third_party/WebKit/Source/core/dom/CompositorProxyClient.h

Issue 2204183002: Prepare CompositorWorker for per thread heap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 3 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
Index: third_party/WebKit/Source/core/dom/CompositorProxyClient.h
diff --git a/third_party/WebKit/Source/core/dom/CompositorProxyClient.h b/third_party/WebKit/Source/core/dom/CompositorProxyClient.h
index c8f77af0f1b48a7f2ecbf4f7b994fc2980ab09c3..2174b9cf50267b093901761b4468362413dc054f 100644
--- a/third_party/WebKit/Source/core/dom/CompositorProxyClient.h
+++ b/third_party/WebKit/Source/core/dom/CompositorProxyClient.h
@@ -28,6 +28,7 @@ public:
static CompositorProxyClient* from(WorkerClients*);
static const char* supplementName();
+ virtual void dispose() = 0;
virtual void setGlobalScope(WorkerGlobalScope*) = 0;
virtual void requestAnimationFrame() = 0;
virtual void registerCompositorProxy(CompositorProxy*) = 0;

Powered by Google App Engine
This is Rietveld 408576698