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

Unified Diff: client/dom/generated/src/wrapping/_DeviceOrientationEventWrappingImplementation.dart

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 9 years, 1 month 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
Index: client/dom/generated/src/wrapping/_DeviceOrientationEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DeviceOrientationEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DeviceOrientationEventWrappingImplementation.dart
index 2daa36f579b8de344c72d0735527225f8adb339e..95e5afda2e6a232bd08ae9c0529499678728cc75 100644
--- a/client/dom/generated/src/wrapping/_DeviceOrientationEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DeviceOrientationEventWrappingImplementation.dart
@@ -11,14 +11,14 @@ class _DeviceOrientationEventWrappingImplementation extends _EventWrappingImplem
return new _DeviceOrientationEventWrappingImplementation();
}
- num get alpha() { return _get__DeviceOrientationEvent_alpha(this); }
- static num _get__DeviceOrientationEvent_alpha(var _this) native;
+ num get alpha() { return _get_alpha(this); }
+ static num _get_alpha(var _this) native;
- num get beta() { return _get__DeviceOrientationEvent_beta(this); }
- static num _get__DeviceOrientationEvent_beta(var _this) native;
+ num get beta() { return _get_beta(this); }
+ static num _get_beta(var _this) native;
- num get gamma() { return _get__DeviceOrientationEvent_gamma(this); }
- static num _get__DeviceOrientationEvent_gamma(var _this) native;
+ num get gamma() { return _get_gamma(this); }
+ static num _get_gamma(var _this) native;
void initDeviceOrientationEvent(String type, bool bubbles, bool cancelable, num alpha, num beta, num gamma) {
_initDeviceOrientationEvent(this, type, bubbles, cancelable, alpha, beta, gamma);

Powered by Google App Engine
This is Rietveld 408576698