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

Unified Diff: Source/WebKit/chromium/src/WebViewImpl.cpp

Issue 14460010: Implement the Blink part of the Device Motion API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed Adam's comments Created 7 years, 7 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: Source/WebKit/chromium/src/WebViewImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebViewImpl.cpp b/Source/WebKit/chromium/src/WebViewImpl.cpp
index 36f87421be3b01f6714dc1702d7b84ef073366e0..9d053753688067d44a7809333d588da04e9330b4 100644
--- a/Source/WebKit/chromium/src/WebViewImpl.cpp
+++ b/Source/WebKit/chromium/src/WebViewImpl.cpp
@@ -142,6 +142,7 @@
#include "core/rendering/RenderLayerCompositor.h"
#include "core/rendering/RenderView.h"
#include "core/rendering/RenderWidget.h"
+#include "modules/device_orientation/DeviceMotionController.h"
abarth-chromium 2013/05/07 16:43:47 Is this still needed?
timvolodine 2013/05/07 19:02:30 Done.
#include "painting/ContinuousPainter.h"
#include "painting/GraphicsContextBuilder.h"
#include "src/WebActiveGestureAnimation.h"

Powered by Google App Engine
This is Rietveld 408576698