diff options
Diffstat (limited to 'content/renderer/renderer_webkitplatformsupport_impl.h')
-rw-r--r-- | content/renderer/renderer_webkitplatformsupport_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h index 0dfb4dc..7e36823 100644 --- a/content/renderer/renderer_webkitplatformsupport_impl.h +++ b/content/renderer/renderer_webkitplatformsupport_impl.h @@ -41,6 +41,7 @@ class DeviceMotionEventPump; class DeviceOrientationEventPump; class QuotaMessageFilter; class RendererClipboardClient; +class RenderView; class ScreenOrientationDispatcher; class ThreadSafeSender; class WebClipboardImpl; @@ -183,6 +184,7 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl const blink::WebDeviceOrientationData& data); // Forces the screen orientation for testing purposes. static void SetMockScreenOrientationForTesting( + RenderView* render_view, blink::WebScreenOrientationType); // Resets the mock screen orientation data used for testing. static void ResetMockScreenOrientationForTesting(); |