Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index 914440d6967bf1f8232a744606a836ec42a403f2..eb6d845f000531037438e6cbd5e9395f919d61e9 100644 |
--- a/content/common/input_messages.h |
+++ b/content/common/input_messages.h |
@@ -177,10 +177,12 @@ IPC_MESSAGE_ROUTED5( |
// This message deletes the current composition, inserts specified text, and |
// moves the cursor. |
-IPC_MESSAGE_ROUTED3(InputMsg_ImeCommitText, |
- base::string16 /* text */, |
- gfx::Range /* replacement_range */, |
- int /* relative_cursor_pos */) |
+IPC_MESSAGE_ROUTED4( |
+ InputMsg_ImeCommitText, |
+ base::string16 /* text */, |
+ std::vector<blink::WebCompositionUnderline>, /* underlines */ |
+ gfx::Range /* replacement_range */, |
+ int /* relative_cursor_pos */) |
// This message inserts the ongoing composition. |
IPC_MESSAGE_ROUTED1(InputMsg_ImeFinishComposingText, bool /* keep_selection */) |