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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index b7d68443dd595f9a695685154d92989018de11d7..d823721daf2c3917504444561e3dfc168d2221c7 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -391,7 +391,7 @@ class WEB_EXPORT WebLocalFrameImpl final
// Otherwise, disallow scrolling.
void SetCanHaveScrollbars(bool) override;
- WebFrameClient* Client() const { return client_; }
+ WebFrameClient* Client() const override { return client_; }
void SetClient(WebFrameClient* client) { client_ = client; }
ContentSettingsClient& GetContentSettingsClient() {

Powered by Google App Engine
This is Rietveld 408576698