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

Unified Diff: third_party/WebKit/public/web/WebFrameWidget.h

Issue 2150443002: Supplement should have a Member to the corresponding Supplementable object (Part 1) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/public/web/WebFrameWidget.h
diff --git a/third_party/WebKit/public/web/WebFrameWidget.h b/third_party/WebKit/public/web/WebFrameWidget.h
index e086eb328544740ea233392f7c5706a38f813cc3..404c95bb205b19d40b0d1ac69278abcab01478e9 100644
--- a/third_party/WebKit/public/web/WebFrameWidget.h
+++ b/third_party/WebKit/public/web/WebFrameWidget.h
@@ -43,6 +43,7 @@ class GraphicsLayer;
class WebLocalFrame;
class WebView;
class WebWidgetClient;
+class WorkerClients;
class WebFrameWidget : public WebWidget {
public:
@@ -81,7 +82,7 @@ public:
// blink.
virtual bool forSubframe() const { return true; }
virtual void scheduleAnimation() = 0;
- virtual CompositorProxyClient* createCompositorProxyClient() = 0;
+ virtual CompositorProxyClient* createCompositorProxyClient(WorkerClients&) = 0;
virtual WebWidgetClient* client() const = 0;
// Sets the root graphics layer. |GraphicsLayer| can be null when detaching

Powered by Google App Engine
This is Rietveld 408576698