Index: content/renderer/renderer_webkitplatformsupport_impl.h |
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h |
index 0dfb4dc2b7cd5280d4647de73af64080a7d6e1e2..7e36823ae38c14dcf03bf4871246a7612ec5df13 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(); |