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 2c0a8c5e7b3d4a6c284629b303402bed82a5c9dc..ffb5e9800d35184f245e17b0829dad6fc45f0721 100644 |
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.cpp |
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.cpp |
@@ -70,7 +70,7 @@ void DeviceOrientationDispatcher::StopListening() { |
} |
void DeviceOrientationDispatcher::DidChangeDeviceOrientation( |
- const device::OrientationData& motion) { |
+ const WebDeviceOrientationData& motion) { |
last_device_orientation_data_ = DeviceOrientationData::Create(motion); |
NotifyControllers(); |
} |