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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetBase.h

Issue 2278283002: Implement Mac Pop-up Dictionary for OOPIF. (Closed)
Patch Set: Addressing lfg@'s comment Created 4 years, 3 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 | « content/test/BUILD.gn ('k') | third_party/WebKit/Source/web/WebFrameWidgetImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebFrameWidgetBase.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetBase.h b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
index 1609eeae4e4a11ebe9d95908957dbaa6a6401fdd..6307487b09d4b88c8e6b4b5c6d0b77e8fa2a37fc 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetBase.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetBase.h
@@ -14,6 +14,8 @@ class CompositorAnimationTimeline;
class CompositorProxyClient;
class GraphicsLayer;
class WebLayer;
+class HitTestResult;
+struct WebPoint;
class WebFrameWidgetBase : public WebFrameWidget {
public:
@@ -32,6 +34,8 @@ public:
// Attaches/detaches a CompositorAnimationTimeline to the layer tree.
virtual void attachCompositorAnimationTimeline(CompositorAnimationTimeline*) = 0;
virtual void detachCompositorAnimationTimeline(CompositorAnimationTimeline*) = 0;
+
+ virtual HitTestResult coreHitTestResultAt(const WebPoint&) = 0;
};
DEFINE_TYPE_CASTS(WebFrameWidgetBase, WebFrameWidget, widget, true, true);
« no previous file with comments | « content/test/BUILD.gn ('k') | third_party/WebKit/Source/web/WebFrameWidgetImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698