| Index: third_party/WebKit/public/web/WebViewClient.h
|
| diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
|
| index f94f9e9a0f209185c336e233dfdce5937cdf1219..61bcb6916aedbcde05f55dbea25600e3200a83c8 100644
|
| --- a/third_party/WebKit/public/web/WebViewClient.h
|
| +++ b/third_party/WebKit/public/web/WebViewClient.h
|
| @@ -255,7 +255,6 @@ public:
|
| void convertViewportToWindow(WebRect* rect) override {}
|
| void convertWindowToViewport(WebFloatRect* rect) override {}
|
| void didAutoResize(const WebSize& newSize) override {}
|
| - void didChangeCursor(const WebCursorInfo&) override {}
|
| void didFocus() override {}
|
| void didHandleGestureEvent(const WebGestureEvent& event, bool eventCancelled) override {}
|
| void didInvalidateRect(const WebRect&) override {}
|
|
|