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

Unified Diff: content/renderer/render_view_impl.h

Issue 2157113002: Move didFocus from WebWidgetClient to WebViewClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « components/test_runner/web_widget_test_client.cc ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 89ed295d1868932e97574c23e16870028ecb0505..8806e7aae14467147086db1222ec035deb5cbb89 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -288,7 +288,6 @@ class CONTENT_EXPORT RenderViewImpl
// blink::WebWidgetClient implementation ------------------------------------
// Most methods are handled by RenderWidget.
- void didFocus() override;
void show(blink::WebNavigationPolicy policy) override;
void didHandleGestureEvent(const blink::WebGestureEvent& event,
bool event_cancelled) override;
@@ -385,6 +384,7 @@ class CONTENT_EXPORT RenderViewImpl
void pageImportanceSignalsChanged() override;
void didAutoResize(const blink::WebSize& newSize) override;
blink::WebRect rootWindowRect() override;
+ void didFocus() override;
#if defined(OS_ANDROID)
void scheduleContentIntent(const blink::WebURL& intent,
« no previous file with comments | « components/test_runner/web_widget_test_client.cc ('k') | content/renderer/render_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698