summaryrefslogtreecommitdiffstats
path: root/lib/render_widget_host_view_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/render_widget_host_view_qt.h')
-rw-r--r--lib/render_widget_host_view_qt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/render_widget_host_view_qt.h b/lib/render_widget_host_view_qt.h
index 84bcfdf81..227dc820e 100644
--- a/lib/render_widget_host_view_qt.h
+++ b/lib/render_widget_host_view_qt.h
@@ -6,6 +6,7 @@
class QEvent;
class QMouseEvent;
class QKeyEvent;
+class QWheelEvent;
class RasterWindow;
class RenderWidgetHostView
@@ -81,6 +82,7 @@ private:
bool IsPopup() const;
void handleMouseEvent(QMouseEvent*);
void handleKeyEvent(QKeyEvent*);
+ void handleWheelEvent(QWheelEvent*);
content::RenderWidgetHostImpl *m_host;
RasterWindow *m_view;