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

Unified Diff: sky/engine/core/html/ime/InputMethodContext.h

Issue 698213002: Remove lots of Text APIs. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/core/html/ime/InputMethodContext.h
diff --git a/sky/engine/core/html/ime/InputMethodContext.h b/sky/engine/core/html/ime/InputMethodContext.h
index b30a36e3773dace1c2fd3e6602da093d5240ded4..f66f97d532b3d6eb38aa4fed8fc58eb7a73e88a9 100644
--- a/sky/engine/core/html/ime/InputMethodContext.h
+++ b/sky/engine/core/html/ime/InputMethodContext.h
@@ -63,7 +63,6 @@ public:
unsigned compositionEndOffset();
void confirmComposition();
- String compositionText() const;
int selectionStart() const;
int selectionEnd() const;
const Vector<unsigned>& segments();

Powered by Google App Engine
This is Rietveld 408576698