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

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

Issue 2623483003: Support tracking focused node element for OOPIFs. (Closed)
Patch Set: Added the missing forward declaration Created 3 years, 11 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_delegate.h
diff --git a/content/browser/renderer_host/render_widget_host_delegate.h b/content/browser/renderer_host/render_widget_host_delegate.h
index 80fbea2d0d76ebc7005c1eee90b9854ac2b4c88a..b9c236987fba7171e4a1fc63a1366c5e509c865b 100644
--- a/content/browser/renderer_host/render_widget_host_delegate.h
+++ b/content/browser/renderer_host/render_widget_host_delegate.h
@@ -236,6 +236,11 @@ class CONTENT_EXPORT RenderWidgetHostDelegate {
virtual void FocusOwningWebContents(
RenderWidgetHostImpl* render_widget_host) {}
+ // Notifies the delegate that a focused editable element has been touched
+ // inside this RenderWidgetHost. If |editable| is true then the focused
+ // element accepts text input.
+ virtual void FocusedNodeTouched(bool editable) {}
+
protected:
virtual ~RenderWidgetHostDelegate() {}
};
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/browser/renderer_host/render_widget_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698