| 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 d68739e16881a5d7343396d2b0d6201611068098..238f3c4de1575de1e9e0a240ac9a31f7af0dac1b 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -122,6 +122,7 @@ public:
|
| void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) override;
|
| void themeChanged() override;
|
| WebInputEventResult handleInputEvent(const WebInputEvent&) override;
|
| + bool selectWordIfAnyAtCoordinates(float x, float y) override;
|
| void setCursorVisibilityState(bool isVisible) override;
|
| bool hasTouchEventHandlersAt(const WebPoint&) override;
|
|
|
|
|