| Index: content/renderer/renderer_webkitplatformsupport_impl.h
|
| diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
|
| index 91ee31209646a34f9b30afe4ac2b736a5e41192c..94819c40fbe8958a36d9415e5c147555eafea10e 100644
|
| --- a/content/renderer/renderer_webkitplatformsupport_impl.h
|
| +++ b/content/renderer/renderer_webkitplatformsupport_impl.h
|
| @@ -154,6 +154,8 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
|
| virtual void cancelVibration();
|
| virtual void setScreenOrientationListener(
|
| blink::WebScreenOrientationListener*) OVERRIDE;
|
| + virtual void lockOrientation(blink::WebScreenOrientations) OVERRIDE;
|
| + virtual void unlockOrientation() OVERRIDE;
|
|
|
| // Disables the WebSandboxSupport implementation for testing.
|
| // Tests that do not set up a full sandbox environment should call
|
|
|