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

Unified Diff: third_party/WebKit/public/web/WebFrame.h

Issue 2928033002: Move GetDocument method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Split a DCHECK in two as suggested by boliu@. 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
« no previous file with comments | « third_party/WebKit/public/web/WebAXObject.h ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebFrame.h
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
index f385d6dacb20610a7ce12efe55fc3a33215c9f86..4481109c84dd672701b4c116636606f509c70b14 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -50,7 +50,6 @@ class Page;
class Visitor;
class WebAssociatedURLLoader;
struct WebAssociatedURLLoaderOptions;
-class WebDocument;
class WebElement;
class WebLocalFrame;
class WebPerformance;
@@ -189,8 +188,6 @@ class BLINK_EXPORT WebFrame {
// Content ------------------------------------------------------------
- virtual WebDocument GetDocument() const = 0;
-
virtual WebPerformance Performance() const = 0;
// Scripting ----------------------------------------------------------
« no previous file with comments | « third_party/WebKit/public/web/WebAXObject.h ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698