diff options
Diffstat (limited to 'content/renderer/device_orientation_dispatcher.h')
-rw-r--r-- | content/renderer/device_orientation_dispatcher.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/renderer/device_orientation_dispatcher.h b/content/renderer/device_orientation_dispatcher.h index 4dd783c..f4521c5 100644 --- a/content/renderer/device_orientation_dispatcher.h +++ b/content/renderer/device_orientation_dispatcher.h @@ -10,6 +10,8 @@ #include "base/memory/scoped_ptr.h" #include "content/public/renderer/render_view_observer.h" +class RenderViewImpl; + namespace WebKit { class WebDeviceOrientation; } @@ -19,7 +21,7 @@ struct DeviceOrientationMsg_Updated_Params; class DeviceOrientationDispatcher : public content::RenderViewObserver, public WebKit::WebDeviceOrientationClient { public: - explicit DeviceOrientationDispatcher(RenderView* render_view); + explicit DeviceOrientationDispatcher(RenderViewImpl* render_view); virtual ~DeviceOrientationDispatcher(); private: |