| 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 34e331017b0ca4a6eb3862fb8552d348268e5e07..ccbd20e3437a3ee0e8c98548a7ae8dccfaf24917 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -166,6 +166,8 @@ public:
|
|
|
| Color baseBackgroundColor() const { return m_baseBackgroundColor; }
|
|
|
| + HitTestResult coreHitTestResultAt(const WebPoint&);
|
| +
|
| DECLARE_TRACE();
|
|
|
| private:
|
|
|