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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.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/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();
}

Powered by Google App Engine
This is Rietveld 408576698