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

Unified Diff: core/html/ime/InputMethodContext.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/ime/Composition.idl ('k') | core/html/track/TextTrack.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/ime/InputMethodContext.idl
diff --git a/core/html/ime/InputMethodContext.idl b/core/html/ime/InputMethodContext.idl
index b86a1cd85cdb8ad2b251f2551ae407ea06cf0011..2ad97b9529222b3f99ad0c50d2c3014a86eb1e02 100644
--- a/core/html/ime/InputMethodContext.idl
+++ b/core/html/ime/InputMethodContext.idl
@@ -32,11 +32,9 @@
[
] interface InputMethodContext {
readonly attribute Composition composition;
- attribute boolean enabled;
readonly attribute DOMString locale;
-
+ readonly attribute HTMLElement target;
void confirmComposition();
void setCaretRectangle(Node anchor, long x, long y, long w, long h);
void setExclusionRectangle(Node anchor, long x, long y, long w, long h);
- boolean open();
};
« no previous file with comments | « core/html/ime/Composition.idl ('k') | core/html/track/TextTrack.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698