| Index: ash/wm/partial_screenshot_view.h
|
| ===================================================================
|
| --- ash/wm/partial_screenshot_view.h (revision 151481)
|
| +++ ash/wm/partial_screenshot_view.h (working copy)
|
| @@ -43,7 +43,7 @@
|
| virtual void OnMouseCaptureLost() OVERRIDE;
|
| virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
| virtual bool OnMouseDragged(const ui::MouseEvent& event) OVERRIDE;
|
| - virtual bool OnMouseWheel(const views::MouseWheelEvent& event) OVERRIDE;
|
| + virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
|
| virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
|
|
|
| bool is_dragging_;
|
|
|