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

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

Issue 2951053005: Add Mojo API for Blink hit testing (Closed)
Patch Set: Address Rob's comments Created 3 years, 4 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/WebNode.h
diff --git a/third_party/WebKit/public/web/WebNode.h b/third_party/WebKit/public/web/WebNode.h
index a23a47d798365e851ab2cea538af56e8e2b38fef..4bb59e7873dba28d4c7cc973536acded6141405f 100644
--- a/third_party/WebKit/public/web/WebNode.h
+++ b/third_party/WebKit/public/web/WebNode.h
@@ -42,6 +42,7 @@ class Node;
class WebDocument;
class WebElement;
class WebElementCollection;
+class WebFrame;
class WebPluginContainer;
// Provides access to some properties of a DOM node.
@@ -71,6 +72,7 @@ class BLINK_EXPORT WebNode {
WebNode ParentNode() const;
WebString NodeValue() const;
WebDocument GetDocument() const;
+ WebFrame* ContentFrame() const;
WebNode FirstChild() const;
WebNode LastChild() const;
WebNode PreviousSibling() const;
« no previous file with comments | « third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698