| Index: ash/wm/workspace/workspace_event_handler.h
|
| diff --git a/ash/wm/workspace/workspace_event_handler.h b/ash/wm/workspace/workspace_event_handler.h
|
| index 66e10d0bd01da59aa31893899dd260aab38069f7..f175408c518a7189534bbed1ad6bf82d939c50ce 100644
|
| --- a/ash/wm/workspace/workspace_event_handler.h
|
| +++ b/ash/wm/workspace/workspace_event_handler.h
|
| @@ -23,7 +23,7 @@ class WorkspaceEventHandler : public ToplevelWindowEventHandler {
|
| virtual ~WorkspaceEventHandler();
|
|
|
| // Overridden from ToplevelWindowEventHandler:
|
| - virtual ui::EventResult OnMouseEvent(ui::MouseEvent* event) OVERRIDE;
|
| + virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE;
|
| virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
|
|
|
| private:
|
|
|