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

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

Issue 2728963004: Remove non-standard DeviceOrientation Event initializers. (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 672ae1118edcc9a27296dbb256193c8618359bfe..5103166cfb53210a26a140123eafb75652809eeb 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.h
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.h
@@ -51,11 +51,6 @@ class DeviceMotionEvent final : public Event {
return new DeviceMotionEvent(eventType, deviceMotionData);
}
- void initDeviceMotionEvent(const AtomicString& type,
- bool bubbles,
- bool cancelable,
- DeviceMotionData*);
-
DeviceMotionData* getDeviceMotionData() const {
return m_deviceMotionData.get();
}

Powered by Google App Engine
This is Rietveld 408576698