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

Unified Diff: public/testing/WebTestDelegate.h

Issue 16020003: Blink-side Device Motion API testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed window-property layout test Created 7 years, 5 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 | « Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/testing/WebTestDelegate.h
diff --git a/public/testing/WebTestDelegate.h b/public/testing/WebTestDelegate.h
index 571667b7bfbe08492ffd283c49e8cf9a64251d45..8192023c817fe0d0037413a163951ccb86aade65 100644
--- a/public/testing/WebTestDelegate.h
+++ b/public/testing/WebTestDelegate.h
@@ -39,6 +39,7 @@
#define WEBTESTRUNNER_NEW_HISTORY_CAPTURE
namespace WebKit {
+class WebDeviceMotionData;
class WebFrame;
class WebGamepads;
class WebHistoryItem;
@@ -63,6 +64,8 @@ public:
// Set the gamepads to return from Platform::sampleGamepads().
virtual void setGamepadData(const WebKit::WebGamepads&) = 0;
+ virtual void setDeviceMotionData(const WebKit::WebDeviceMotionData&) = 0;
+
// Add a message to the text dump for the layout test.
virtual void printMessage(const std::string& message) = 0;
« no previous file with comments | « Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698