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

Unified Diff: public/testing/WebTestDelegate.h

Issue 22599005: Blink-side layout tests for the new Device Orientation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased once more Created 7 years, 3 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 | « Source/testing/runner/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 552a065691098a8edc4dc66d6797c6213df0b52d..82c7b82768060fe65925d027b228ec0e1b590f9a 100644
--- a/public/testing/WebTestDelegate.h
+++ b/public/testing/WebTestDelegate.h
@@ -40,6 +40,7 @@
namespace WebKit {
class WebDeviceMotionData;
+class WebDeviceOrientationData;
class WebFrame;
class WebGamepads;
class WebHistoryItem;
@@ -64,7 +65,10 @@ public:
// Set the gamepads to return from Platform::sampleGamepads().
virtual void setGamepadData(const WebKit::WebGamepads&) = 0;
+ // Set data to return when registering via Platform::setDeviceMotionListener().
virtual void setDeviceMotionData(const WebKit::WebDeviceMotionData&) = 0;
+ // Set data to return when registering via Platform::setDeviceOrientationListener().
+ virtual void setDeviceOrientationData(const WebKit::WebDeviceOrientationData&) = 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 | « Source/testing/runner/TestRunner.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698