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

Unified Diff: core/html/ime/Composition.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 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 | « core/html/canvas/WebGLVertexArrayObjectOES.idl ('k') | core/html/ime/InputMethodContext.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/ime/Composition.idl
diff --git a/core/html/ime/Composition.idl b/core/html/ime/Composition.idl
index 43ead5c727fda3628536e1126aa47daf128c711d..494d2a06b75f42a4c55b6a01b0069e2701f412a3 100644
--- a/core/html/ime/Composition.idl
+++ b/core/html/ime/Composition.idl
@@ -32,6 +32,8 @@
[
NoInterfaceObject
] interface Composition {
- readonly attribute Node text;
- readonly attribute Range caret;
+ readonly attribute DOMString text;
+ readonly attribute long selectionStart;
+ readonly attribute long selectionEnd;
+ sequence<unsigned long> getSegments();
};
« no previous file with comments | « core/html/canvas/WebGLVertexArrayObjectOES.idl ('k') | core/html/ime/InputMethodContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698