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

Unified Diff: content/public/test/layouttest_support.h

Issue 268673015: Support screen.lockOrientation() / screen.unlockOrientation() when running layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Take feedback into consideration Created 6 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: content/public/test/layouttest_support.h
diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h
index b935765be0b00301bd1b21d21795439d568f3df3..e28df6be65cbc514d5fa0429d8546ae7bdb7e42a 100644
--- a/content/public/test/layouttest_support.h
+++ b/content/public/test/layouttest_support.h
@@ -63,6 +63,9 @@ void SetMockDeviceOrientationData(const blink::WebDeviceOrientationData& data);
void SetMockScreenOrientation(
const blink::WebScreenOrientationType& orientation);
+// Resets the mock screen orientation data.
+void ResetMockScreenOrientation();
+
// Returns the length of the local session history of a render view.
int GetLocalSessionHistoryLength(RenderView* render_view);

Powered by Google App Engine
This is Rietveld 408576698