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

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

Issue 2928033002: Move GetDocument method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Addressed CR feedback from alexmos@. 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/public/web/WebAXObject.h
diff --git a/third_party/WebKit/public/web/WebAXObject.h b/third_party/WebKit/public/web/WebAXObject.h
index 4581f0c30cb6df1a322d6b4ea1a93317b7ab2d93..18743ce6e3728cb680dfae0fd37e754965ae07ef 100644
--- a/third_party/WebKit/public/web/WebAXObject.h
+++ b/third_party/WebKit/public/web/WebAXObject.h
@@ -50,7 +50,6 @@ class WebNode;
class WebDocument;
class WebString;
class WebURL;
-class WebView;
struct WebFloatRect;
struct WebPoint;
struct WebRect;
@@ -95,7 +94,6 @@ class WebAXObject {
}
BLINK_EXPORT static WebAXObject FromWebNode(const WebNode&);
- BLINK_EXPORT static WebAXObject FromWebView(WebView&);
BLINK_EXPORT static WebAXObject FromWebDocument(const WebDocument&);
BLINK_EXPORT static WebAXObject FromWebDocumentByID(const WebDocument&, int);
BLINK_EXPORT static WebAXObject FromWebDocumentFocused(const WebDocument&);

Powered by Google App Engine
This is Rietveld 408576698