| 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 885bffb1889e2aad5c9712fd40030eccf5db1cf7..2320d1523f00833fcc9753c4ccf949c77f8f6568 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -141,6 +141,7 @@ public:
|
| void setRootLayer(WebLayer*) override;
|
| void attachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
|
| void detachCompositorAnimationTimeline(CompositorAnimationTimeline*) override;
|
| + HitTestResult coreHitTestResultAt(const WebPoint&) override;
|
|
|
| // Exposed for the purpose of overriding device metrics.
|
| void sendResizeEventAndRepaint();
|
|
|