Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
index 5760b0937c104f31285ade1b3fb0a56578703e3d..2c693c8af291553f8c7d05a5a1d9a02dcfa4cc9d 100644 |
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
@@ -165,6 +165,8 @@ public: |
Color baseBackgroundColor() const { return m_baseBackgroundColor; } |
+ HitTestResult coreHitTestResultAt(const WebPoint&); |
+ |
DECLARE_TRACE(); |
private: |