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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.cpp

Issue 2415083002: Move Device Sensors client files from Blink to //device/sensors client lib (Closed)
Patch Set: Rebase 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/DeviceMotionDispatcher.cpp
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.cpp b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.cpp
index 230345e843f3aeff9fb4997db7dbad8d8894eb71..b95f3853cf8bd41f15b221c07737a2c3a2480b59 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.cpp
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.cpp
@@ -61,7 +61,7 @@ void DeviceMotionDispatcher::stopListening() {
}
void DeviceMotionDispatcher::didChangeDeviceMotion(
- const WebDeviceMotionData& motion) {
+ const device::MotionData& motion) {
m_lastDeviceMotionData = DeviceMotionData::create(motion);
notifyControllers();
}

Powered by Google App Engine
This is Rietveld 408576698