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

Unified Diff: modules/device_orientation/DeviceOrientationEvent.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 | « modules/device_orientation/DeviceMotionEvent.idl ('k') | modules/encryptedmedia/MediaKeyMessageEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/device_orientation/DeviceOrientationEvent.idl
diff --git a/core/dom/DeviceOrientationEvent.idl b/modules/device_orientation/DeviceOrientationEvent.idl
similarity index 93%
rename from core/dom/DeviceOrientationEvent.idl
rename to modules/device_orientation/DeviceOrientationEvent.idl
index 286f2bbb68c7cfed9fd350a976af4629231b59d5..00e9d0476c40e3d95d6aa5c5ec68cb3ea8e56b3b 100644
--- a/core/dom/DeviceOrientationEvent.idl
+++ b/modules/device_orientation/DeviceOrientationEvent.idl
@@ -28,11 +28,11 @@ interface DeviceOrientationEvent : Event {
readonly attribute double? beta;
readonly attribute double? gamma;
readonly attribute boolean? absolute;
- [Custom] void initDeviceOrientationEvent([Default=Undefined] optional DOMString type,
- [Default=Undefined] optional boolean bubbles,
- [Default=Undefined] optional boolean cancelable,
- [Default=Undefined] optional double alpha,
- [Default=Undefined] optional double beta,
+ [Custom] void initDeviceOrientationEvent([Default=Undefined] optional DOMString type,
+ [Default=Undefined] optional boolean bubbles,
+ [Default=Undefined] optional boolean cancelable,
+ [Default=Undefined] optional double alpha,
+ [Default=Undefined] optional double beta,
[Default=Undefined] optional double gamma,
[Default=Undefined] optional boolean absolute);
};
« no previous file with comments | « modules/device_orientation/DeviceMotionEvent.idl ('k') | modules/encryptedmedia/MediaKeyMessageEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698