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

Unified Diff: content/renderer/render_view_impl.h

Issue 11081003: Upstream scrollFocusedNodeIntoRect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit fix Created 8 years, 2 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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 9bfe6ab8b7d6c08496390f5446a9f1272d2a5f12..a9498b40d906b1845ddc4abaaa0f5ce8af753672 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -1050,6 +1050,7 @@ class RenderViewImpl : public RenderWidget,
const string16& search_string,
const WebKit::WebFindOptions& options,
IPC::Message* reply_msg);
+ void OnUndoScrollFocusedEditableNodeIntoRect();
#elif defined(OS_MACOSX)
void OnCopyToFindPboard();
void OnPluginImeCompositionCompleted(const string16& text, int plugin_id);

Powered by Google App Engine
This is Rietveld 408576698