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: content/test/layouttest_support.cc

Issue 339913002: Move MockScreenOrientationController to content/shell/renderer/test_runner/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix layer violation Created 6 years, 6 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 | « content/shell/renderer/webkit_test_runner.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/layouttest_support.cc
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
index 7e87254caae1c4c52dc40a8072df906cfa48c963..bbb57addbd3037bff44a07eff97527f3b32c5e6d 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -95,18 +95,6 @@ void SetMockDeviceOrientationData(const WebDeviceOrientationData& data) {
SetMockDeviceOrientationDataForTesting(data);
}
-void SetMockScreenOrientation(
- RenderView* render_view,
- const blink::WebScreenOrientationType& orientation) {
- RendererWebKitPlatformSupportImpl::
- SetMockScreenOrientationForTesting(render_view, orientation);
-}
-
-void ResetMockScreenOrientation()
-{
- RendererWebKitPlatformSupportImpl::ResetMockScreenOrientationForTesting();
-}
-
void MockBatteryStatusChanged(const WebBatteryStatus& status) {
RendererWebKitPlatformSupportImpl::MockBatteryStatusChangedForTesting(status);
}
« no previous file with comments | « content/shell/renderer/webkit_test_runner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698