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

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.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 add-listener-from-callback-expected.txt 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: Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp b/Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp
index 857ae76b2bfb40ce4d00905c506fda0b1257f207..881fcbe071eb55023474397cfa7e9ed94f97933d 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp
+++ b/Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp
@@ -62,6 +62,7 @@ TestInterfaces::TestInterfaces()
WebRuntimeFeatures::enableStableFeatures(true);
WebRuntimeFeatures::enableExperimentalFeatures(true);
WebRuntimeFeatures::enableTestOnlyFeatures(true);
+ WebRuntimeFeatures::enableDeviceMotion(true);
abarth-chromium 2013/05/13 18:39:56 In RuntimeEnabledFeatures.in, you should mark devi
timvolodine 2013/05/14 18:07:46 Done.
resetAll();
}

Powered by Google App Engine
This is Rietveld 408576698