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

Unified Diff: public/platform/Platform.h

Issue 1079983003: Move WebDevice{Motion|Orientation} related Blink API headers into their own (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index 31ac10049cdfea46d287fb66725c2c0a0923c16b..a6dc63fdf0212189116c8fde0538086b41ced443 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -40,8 +40,6 @@
#include "WebCommon.h"
#include "WebData.h"
#include "WebDeviceLightListener.h"
-#include "WebDeviceMotionListener.h"
-#include "WebDeviceOrientationListener.h"
#include "WebGamepadListener.h"
#include "WebGamepads.h"
#include "WebGestureDevice.h"
@@ -55,6 +53,8 @@
#include "WebString.h"
#include "WebURLError.h"
#include "WebVector.h"
+#include "public/platform/modules/device_orientation/WebDeviceMotionListener.h"
timvolodine 2015/04/23 14:48:47 could you provide some pointers to similar efforts
riju_ 2015/04/24 12:12:05 looks like we don't need those header files at all
+#include "public/platform/modules/device_orientation/WebDeviceOrientationListener.h"
#include <vector>

Powered by Google App Engine
This is Rietveld 408576698