Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.cpp |
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.cpp b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.cpp |
index 5788ab5dac53425f440e5bf571172df19b173948..725eb9af08b23be456384f9af5bd818c242ece99 100644 |
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.cpp |
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.cpp |
@@ -69,7 +69,7 @@ void DeviceOrientationDispatcher::stopListening() { |
} |
void DeviceOrientationDispatcher::didChangeDeviceOrientation( |
- const WebDeviceOrientationData& motion) { |
+ const device::OrientationData& motion) { |
m_lastDeviceOrientationData = DeviceOrientationData::create(motion); |
notifyControllers(); |
} |