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 42be33c4416ab7fde99a0203a2816f6048bbf70b..b79d1ef5d05f976808209f8c5701ff45660631ce 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&) { } |