| Index: third_party/WebKit/public/web/WebWidgetClient.h
|
| diff --git a/third_party/WebKit/public/web/WebWidgetClient.h b/third_party/WebKit/public/web/WebWidgetClient.h
|
| index f245e631d2895a86a7fb8c1edcd416a973dcda50..9918c4999c9c6e93a3deb699d43a9a785287f3c3 100644
|
| --- a/third_party/WebKit/public/web/WebWidgetClient.h
|
| +++ b/third_party/WebKit/public/web/WebWidgetClient.h
|
| @@ -77,10 +77,6 @@ public:
|
|
|
| virtual void didFirstLayoutAfterFinishedParsing() { }
|
|
|
| - // Called when the widget acquires or loses focus, respectively.
|
| - virtual void didFocus() { }
|
| - virtual void didBlur() { }
|
| -
|
| // Called when the cursor for the widget changes.
|
| virtual void didChangeCursor(const WebCursorInfo&) { }
|
|
|
|
|