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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.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/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index 0b2722a4425c2a052c8ac058800c86040466d647..ab49db505dc6ead256f24a6d668bc33a06a36ce7 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -234,6 +234,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
void InstallSupplements(LocalFrame&) override;
WebLayerTreeView* GetWebLayerTreeView(LocalFrame*) override;
+ WebLocalFrameBase* CreateWebLocalFrameBase(LocalFrame*) override;
private:
explicit ChromeClientImpl(WebViewBase*);

Powered by Google App Engine
This is Rietveld 408576698