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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.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/Source/web/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
index e06018a46c41cc05817cd7f2de418344537acae2..d85562009932a4652fdccd0891b16c064abcf161 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -57,6 +57,7 @@ class WebLayerTreeView;
class WebMouseEvent;
class WebMouseWheelEvent;
class WebFrameWidgetImpl;
+class WorkerClients;
using WebFrameWidgetsSet = PersistentHeapHashSet<WeakMember<WebFrameWidgetImpl>>;
@@ -123,7 +124,7 @@ public:
void setIsTransparent(bool) override;
void setBaseBackgroundColor(WebColor) override;
void scheduleAnimation() override;
- CompositorProxyClient* createCompositorProxyClient() override;
+ CompositorProxyClient* createCompositorProxyClient(WorkerClients&) override;
WebWidgetClient* client() const override { return m_client; }

Powered by Google App Engine
This is Rietveld 408576698