Index: content/test/layouttest_support.cc |
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc |
index 8f57dee350faa7884cc7372419ce94486679e48e..74a612028db63b7123c99eebbf5497f01f4e0ccf 100644 |
--- a/content/test/layouttest_support.cc |
+++ b/content/test/layouttest_support.cc |
@@ -108,6 +108,11 @@ void SetMockScreenOrientation( |
SetMockScreenOrientationForTesting(orientation); |
} |
+void ResetMockScreenOrientation() |
+{ |
+ RendererWebKitPlatformSupportImpl::ResetMockScreenOrientationForTesting(); |
+} |
+ |
void EnableRendererLayoutTestMode() { |
RenderThreadImpl::current()->set_layout_test_mode(true); |
} |