Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(790)

Unified Diff: third_party/WebKit/public/web/WebWidgetClient.h

Issue 2157113002: Move didFocus from WebWidgetClient to WebViewClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&) { }
« content/renderer/render_widget.h ('K') | « third_party/WebKit/public/web/WebViewClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698