| 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 8ca329839640be50f7a666bbf12288d45c0d442e..aa203e5546ba23a386233a8b89190048d2d75ba1 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -335,8 +335,6 @@ class WEB_EXPORT WebViewImpl final
|
| void mouseContextMenu(const WebMouseEvent&);
|
| void mouseDoubleClick(const WebMouseEvent&);
|
|
|
| - bool detectContentOnTouch(
|
| - const GestureEventWithHitTestResults& targetedEvent);
|
| bool startPageScaleAnimation(const IntPoint& targetPosition,
|
| bool useAnchor,
|
| float newScale,
|
|
|