| 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 210214a58ee885d6607fc7cb172a7076f91662cd..d33b26d2e185df260ac8d24c0c5d256fc166d7ad 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:
|
|
|