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

Unified Diff: content/common/view_messages.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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index e8dea34d3cc1b481240a8bfd1b53f47c8858c39e..6a48a32eb3e7beb61f183c5ae9c768ba6ceb6957 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -962,8 +962,9 @@ IPC_MESSAGE_ROUTED4(
int /* selection_end */)
// This message confirms an ongoing composition.
-IPC_MESSAGE_ROUTED1(ViewMsg_ImeConfirmComposition,
- string16 /* text */)
+IPC_MESSAGE_ROUTED2(ViewMsg_ImeConfirmComposition,
+ string16 /* text */,
+ ui::Range /* replacement_range */)
// Used to notify the render-view that we have received a target URL. Used
// to prevent target URLs spamming the browser.

Powered by Google App Engine
This is Rietveld 408576698