Chromium Code Reviews| Index: ui/views/view.cc |
| diff --git a/ui/views/view.cc b/ui/views/view.cc |
| index 5742af18a0c972b27c273a651f5ed44b082a69ac..7530608673a909c99cdf8f62d9e036f218b15fdd 100644 |
| --- a/ui/views/view.cc |
| +++ b/ui/views/view.cc |
| @@ -440,23 +440,18 @@ bool View::OnMouseDragged(const MouseEvent& event) { |
| } |
| void View::OnMouseReleased(const MouseEvent& event) { |
| - |
| } |
| void View::OnMouseCaptureLost() { |
| - |
| } |
| void View::OnMouseMoved(const MouseEvent& event) { |
| - |
| } |
| void View::OnMouseEntered(const MouseEvent& event) { |
| - |
| } |
| void View::OnMouseExited(const MouseEvent& event) { |
| - |
| } |
| // Accelerators ---------------------------------------------------------------- |