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

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

Issue 1635953002: Added replacement_range to ImeSetComposition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed render_widget_host_view_aura_unittest Created 4 years, 11 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_view_mac.h
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h
index 459f16a15bc68983e2c0ef5c0814eeb5485be210..94e1d009caf211b5dfd0ff9ab555dfef2651c13f 100644
--- a/content/browser/renderer_host/render_widget_host_view_mac.h
+++ b/content/browser/renderer_host/render_widget_host_view_mac.h
@@ -130,6 +130,9 @@ class Layer;
// Underline information of the |markedText_|.
std::vector<blink::WebCompositionUnderline> underlines_;
+ // Replacement range information received from |setMarkedText:|.
+ gfx::Range setMarkedTextReplacementRange_;
+
// Indicates if doCommandBySelector method receives any edit command when
// handling a key down event.
BOOL hasEditCommands_;

Powered by Google App Engine
This is Rietveld 408576698