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

Unified Diff: content/browser/renderer_host/render_widget_host_owner_delegate.h

Issue 2877323002: Add WebContentObserver::OnWebContentsLostFocus() (Closed)
Patch Set: Remove useless include Created 3 years, 7 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: content/browser/renderer_host/render_widget_host_owner_delegate.h
diff --git a/content/browser/renderer_host/render_widget_host_owner_delegate.h b/content/browser/renderer_host/render_widget_host_owner_delegate.h
index 9bc1197fc6ef118644f5d6c68dae5e00afa1d794..3878691b3ed4498ef9b2699606b8b4022d141bc0 100644
--- a/content/browser/renderer_host/render_widget_host_owner_delegate.h
+++ b/content/browser/renderer_host/render_widget_host_owner_delegate.h
@@ -41,6 +41,9 @@ class CONTENT_EXPORT RenderWidgetHostOwnerDelegate {
// The RenderWidgetHost got the focus.
virtual void RenderWidgetGotFocus() = 0;
+ // The RenderWidgetHost lost the focus.
+ virtual void RenderWidgetLostFocus() = 0;
+
// The RenderWidgetHost forwarded a mouse event.
virtual void RenderWidgetDidForwardMouseEvent(
const blink::WebMouseEvent& mouse_event) = 0;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | content/browser/web_contents/web_contents_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698