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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.h

Issue 2767473004: Update DeviceMotionEvent IDL to match the specification. (Closed)
Patch Set: Rebased. Created 3 years, 9 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
Index: third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.h
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.h b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.h
index 5103166cfb53210a26a140123eafb75652809eeb..68937907a4c75de083d6346add405f1bd8f56c68 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.h
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.h
@@ -58,7 +58,7 @@ class DeviceMotionEvent final : public Event {
DeviceAcceleration* acceleration();
DeviceAcceleration* accelerationIncludingGravity();
DeviceRotationRate* rotationRate();
- double interval(bool& isNull) const;
+ double interval() const;
const AtomicString& interfaceName() const override;

Powered by Google App Engine
This is Rietveld 408576698