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

Unified Diff: third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h

Issue 2928033002: Move GetDocument method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Rebasing... Created 3 years, 6 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/exported/WebRemoteFrameImpl.h
diff --git a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
index 95cec3e68cea20cf4401a5b75adc5d365d34dff1..e050cf3f758f9d06701a17f4962fe841d662a178 100644
--- a/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h
@@ -42,7 +42,6 @@ class CORE_EXPORT WebRemoteFrameImpl final
bool HasHorizontalScrollbar() const override;
bool HasVerticalScrollbar() const override;
WebView* View() const override;
- WebDocument GetDocument() const override;
WebPerformance Performance() const override;
void Reload(WebFrameLoadType) override;
void ReloadWithOverrideURL(const WebURL& override_url,

Powered by Google App Engine
This is Rietveld 408576698