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

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

Issue 8227018: mac: Almost fix Lion accented character bubble input in web contents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whoopsies Created 9 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/browser/renderer_host/render_widget_host.h
diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h
index 1c5202df046de1c7ea19dc31a5c884fefc307255..073de89863e9aa69ca426c3a8ed7c1cfa619c2d6 100644
--- a/content/browser/renderer_host/render_widget_host.h
+++ b/content/browser/renderer_host/render_widget_host.h
@@ -348,6 +348,8 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Channel::Listener,
// * when it receives a "commit" signal of GtkIMContext (on Linux);
// * when insertText of NSTextInput is called (on Mac).
void ImeConfirmComposition(const string16& text);
+ void ImeConfirmComposition(const string16& text,
+ const ui::Range& replacement_range);
// Finishes an ongoing composition with the composition text set by last
// SetComposition() call.

Powered by Google App Engine
This is Rietveld 408576698