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

Unified Diff: third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationListener.h

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
« no previous file with comments | « third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationListener.h
diff --git a/third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationListener.h b/third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationListener.h
index efc40ed1d484010cd9416a7adfb3bd872f7504c0..3426060eb276cff3ee97b94071b71b964b220575 100644
--- a/third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationListener.h
+++ b/third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationListener.h
@@ -33,14 +33,16 @@
#include "public/platform/WebPlatformEventListener.h"
-namespace blink {
+namespace device {
+class OrientationData;
+}
-class WebDeviceOrientationData;
+namespace blink {
class WebDeviceOrientationListener : public WebPlatformEventListener {
public:
// This method is called every time new device orientation data is available.
- virtual void didChangeDeviceOrientation(const WebDeviceOrientationData&) = 0;
+ virtual void didChangeDeviceOrientation(const device::OrientationData&) = 0;
virtual ~WebDeviceOrientationListener() {}
};
« no previous file with comments | « third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698