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

Unified Diff: content/public/test/text_input_test_utils.cc

Issue 2235283003: Track composition range and character bounds on the browser side (Mac) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to fix some crashing tests Created 4 years, 4 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
« no previous file with comments | « content/browser/renderer_host/text_input_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/text_input_test_utils.cc
diff --git a/content/public/test/text_input_test_utils.cc b/content/public/test/text_input_test_utils.cc
index aafccd5e609f15fa7c5297c102414873679aad68..614ead55babe7cba0a2a8777e7491d91561bd24d 100644
--- a/content/public/test/text_input_test_utils.cc
+++ b/content/public/test/text_input_test_utils.cc
@@ -252,7 +252,7 @@ bool RequestCompositionInfoFromActiveWidget(WebContents* web_contents) {
return false;
manager->GetActiveWidget()->Send(new InputMsg_RequestCompositionUpdate(
- manager->GetActiveWidget()->GetRoutingID(), true, true));
+ manager->GetActiveWidget()->GetRoutingID(), true, false));
return true;
}
« no previous file with comments | « content/browser/renderer_host/text_input_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698