| Index: ash/wm/workspace/workspace_cycler.h
|
| diff --git a/ash/wm/workspace/workspace_cycler.h b/ash/wm/workspace/workspace_cycler.h
|
| index e8280065c6d7ea60f591673205dad7f9056a1566..032f54c02d247a767c042138e8363551eda23d82 100644
|
| --- a/ash/wm/workspace/workspace_cycler.h
|
| +++ b/ash/wm/workspace/workspace_cycler.h
|
| @@ -24,7 +24,7 @@ class ASH_EXPORT WorkspaceCycler : public ui::EventHandler {
|
|
|
| private:
|
| // ui::EventHandler overrides:
|
| - virtual ui::EventResult OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
| + virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
|
|
|
| WorkspaceManager* workspace_manager_;
|
|
|
|
|