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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.h

Issue 2863913002: Change AudioOutputDeviceClientImpl to use WebLocalFrameBase and move to modules. (Closed)
Patch Set: Use chrome client to create instances of WebLocalFrameBase. Created 3 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
Index: third_party/WebKit/Source/core/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 343eb977009896920ed82ef037545a246ac5c432..d520975b0d5553e7cb029696a4144be1137c62b2 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -77,6 +77,7 @@ class WebFrameScheduler;
class WebImage;
class WebLayer;
class WebLayerTreeView;
+class WebLocalFrameBase;
struct CompositedSelection;
struct DateTimeChooserParameters;
@@ -352,6 +353,8 @@ class CORE_EXPORT ChromeClient : public PlatformChromeClient {
virtual WebLayerTreeView* GetWebLayerTreeView(LocalFrame*) { return nullptr; }
+ virtual WebLocalFrameBase* CreateWebLocalFrameBase(LocalFrame*) = 0;
+
DECLARE_TRACE();
protected:

Powered by Google App Engine
This is Rietveld 408576698