Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 266ed472c608cbe504d6dc042568dcbb10ac9a6f..44f075f040d1de1d05deb7ef3b1f273fe29a7dae 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -56,6 +56,7 @@ class RenderViewHostDelegateView; |
class RenderViewHostImpl; |
class RenderWidgetHostImpl; |
class SavePackage; |
+class ScreenOrientationDispatcherHost; |
class SiteInstance; |
class TestWebContents; |
class WebContentsDelegate; |
@@ -1131,6 +1132,9 @@ class CONTENT_EXPORT WebContentsImpl |
scoped_ptr<GeolocationDispatcherHost> geolocation_dispatcher_host_; |
+ scoped_ptr<ScreenOrientationDispatcherHost> |
+ screen_orientation_dispatcher_host_; |
+ |
DISALLOW_COPY_AND_ASSIGN(WebContentsImpl); |
}; |