Chromium Code Reviews| Index: content/browser/renderer_host/render_widget_host_view_mac.h |
| diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h |
| index db85bfc70731318e968ba531ad23da2a27975239..8757757c3216e5f1400c083ac8b50948010662ba 100644 |
| --- a/content/browser/renderer_host/render_widget_host_view_mac.h |
| +++ b/content/browser/renderer_host/render_widget_host_view_mac.h |
| @@ -190,8 +190,6 @@ class RenderWidgetHostViewMac : public content::RenderWidgetHostViewBase { |
| virtual void SetTakesFocusOnlyOnMouseDown(bool flag) OVERRIDE; |
| virtual void SetWindowVisibility(bool visible) OVERRIDE; |
| virtual void WindowFrameChanged() OVERRIDE; |
| - virtual void UnhandledWheelEvent( |
| - const WebKit::WebMouseWheelEvent& event) OVERRIDE; |
| virtual void SetBackground(const SkBitmap& background) OVERRIDE; |
| virtual bool CopyFromCompositingSurface( |
| const gfx::Size& size, |
| @@ -296,6 +294,9 @@ class RenderWidgetHostViewMac : public content::RenderWidgetHostViewBase { |
| virtual bool LockMouse() OVERRIDE; |
| virtual void UnlockMouse() OVERRIDE; |
|
jam
2012/03/22 17:15:41
nit: no need for blank line between overridden fun
Jói
2012/03/22 17:39:58
Done.
|
| + virtual void UnhandledWheelEvent( |
| + const WebKit::WebMouseWheelEvent& event) OVERRIDE; |
| + |
| void KillSelf(); |
| void SetTextInputActive(bool active); |