| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index dace468bcd83f459d1f776438d155f9e55f4badb..0f416437ecdbf772aedda707f62ede20ce8d981d 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -360,6 +360,10 @@ class CONTENT_EXPORT RenderViewImpl
|
| // Change the device scale factor and force the compositor to resize.
|
| void SetDeviceScaleFactorForTesting(float factor);
|
|
|
| + // Change screen orientation and force the compositor to resize.
|
| + void SetScreenOrientationForTesting(
|
| + const blink::WebScreenOrientationType& orientation);
|
| +
|
| // Change the device ICC color profile while running a layout test.
|
| void SetDeviceColorProfileForTesting(const std::vector<char>& color_profile);
|
|
|
|
|