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

Unified Diff: sky/engine/core/events/CompositionEvent.idl

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/core/editing/htmlediting.cpp ('k') | sky/engine/core/events/CustomEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/CompositionEvent.idl
diff --git a/sky/engine/core/events/CompositionEvent.idl b/sky/engine/core/events/CompositionEvent.idl
index 8b1d740fd687d41e8298b8a90250b04ecdef8c24..756b4a796238dc91a3a3abceecbce27a373bf8f7 100644
--- a/sky/engine/core/events/CompositionEvent.idl
+++ b/sky/engine/core/events/CompositionEvent.idl
@@ -29,9 +29,9 @@
[InitializedByEventConstructor] readonly attribute DOMString data;
- [RuntimeEnabled=IMEAPI] readonly attribute long activeSegmentStart;
- [RuntimeEnabled=IMEAPI] readonly attribute long activeSegmentEnd;
- [RuntimeEnabled=IMEAPI] sequence<unsigned long> getSegments();
+ readonly attribute long activeSegmentStart;
+ readonly attribute long activeSegmentEnd;
+ sequence<unsigned long> getSegments();
void initCompositionEvent([Default=Undefined] optional DOMString typeArg,
[Default=Undefined] optional boolean canBubbleArg,
« no previous file with comments | « sky/engine/core/editing/htmlediting.cpp ('k') | sky/engine/core/events/CustomEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698