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

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

Issue 676923002: Remove the webkit prefix from idl properties and interfaces. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/events/AnimationEvent.cpp ('k') | sky/engine/core/events/EventAliases.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/AnimationEvent.idl
diff --git a/sky/engine/core/events/WebKitAnimationEvent.idl b/sky/engine/core/events/AnimationEvent.idl
similarity index 97%
rename from sky/engine/core/events/WebKitAnimationEvent.idl
rename to sky/engine/core/events/AnimationEvent.idl
index 44f32660bf80a6b8e057f315aea8b0c51eff6527..a27f6306c97a34f74795cd7c08e8be9680068bbb 100644
--- a/sky/engine/core/events/WebKitAnimationEvent.idl
+++ b/sky/engine/core/events/AnimationEvent.idl
@@ -25,7 +25,7 @@
[
EventConstructor,
-] interface WebKitAnimationEvent : Event {
+] interface AnimationEvent : Event {
[InitializedByEventConstructor] readonly attribute DOMString animationName;
[InitializedByEventConstructor] readonly attribute double elapsedTime;
};
« no previous file with comments | « sky/engine/core/events/AnimationEvent.cpp ('k') | sky/engine/core/events/EventAliases.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698