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

Unified Diff: content/browser/renderer_host/render_view_host_impl.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_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index e8890aa6566a6c17afd549757b0b640f239a1b46..34bfe7e2a336be310d0811056255ef8594e2f4ae 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -260,11 +260,8 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
void OnPasteFromSelectionClipboard();
void OnRouteCloseEvent();
void OnTakeFocus(bool reverse);
- void OnFocusedNodeChanged(bool is_editable_node,
- const gfx::Rect& node_bounds_in_viewport);
void OnClosePageACK();
void OnDidZoomURL(double zoom_level, const GURL& url);
- void OnFocusedNodeTouched(bool editable);
void OnFocus();
private:
@@ -336,9 +333,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
// The termination status of the last render view that terminated.
base::TerminationStatus render_view_termination_status_;
- // True if the current focused element is editable.
- bool is_focused_element_editable_;
-
// This is updated every time UpdateWebkitPreferences is called. That method
// is in turn called when any of the settings change that the WebPreferences
// values depend on.
« no previous file with comments | « content/browser/renderer_host/render_view_host_delegate.cc ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698