Index: content/test/layouttest_support.cc |
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc |
index 8f57dee350faa7884cc7372419ce94486679e48e..8740a0bbb9df12535fa887d159c3cbbd8489f0ff 100644 |
--- a/content/test/layouttest_support.cc |
+++ b/content/test/layouttest_support.cc |
@@ -103,7 +103,11 @@ void SetMockDeviceOrientationData(const WebDeviceOrientationData& data) { |
} |
void SetMockScreenOrientation( |
+ RenderView* render_view, |
const blink::WebScreenOrientationType& orientation) { |
+ static_cast<RenderViewImpl*>(render_view) |
+ ->SetScreenOrientationForTesting(orientation); |
+ // FIXME(ostap): Remove this when blink side gets updated. |
RendererWebKitPlatformSupportImpl:: |
SetMockScreenOrientationForTesting(orientation); |
} |