| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 10123972cb64cb93a29017208cfa83b336db0bd8..9250dd1e2f70092071f12cfa75b4fde15ef8bc1e 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -123,6 +123,7 @@ class WEB_EXPORT WebViewImpl final
|
| void CompositeAndReadbackAsync(
|
| WebCompositeAndReadbackAsyncCallback*) override;
|
| void ThemeChanged() override;
|
| + WebFrame* HitTestFrameAt(const WebFloatPoint&) override;
|
| WebInputEventResult HandleInputEvent(const WebCoalescedInputEvent&) override;
|
| void SetCursorVisibilityState(bool is_visible) override;
|
| bool HasTouchEventHandlersAt(const WebPoint&) override;
|
|
|