Chromium Code Reviews| Index: ash/wm/partial_screenshot_view.cc |
| =================================================================== |
| --- ash/wm/partial_screenshot_view.cc (revision 151481) |
| +++ ash/wm/partial_screenshot_view.cc (working copy) |
| @@ -108,7 +108,7 @@ |
| return true; |
| } |
| -bool PartialScreenshotView::OnMouseWheel(const views::MouseWheelEvent& event) { |
| +bool PartialScreenshotView::OnMouseWheel(const ui::MouseWheelEvent& event) { |
| // Do nothing but do not propagate events futhermore. |
| return true; |
| } |