| Index: ash/extended_desktop_unittest.cc
|
| diff --git a/ash/extended_desktop_unittest.cc b/ash/extended_desktop_unittest.cc
|
| index 716b9f26a46a262d924331899970cac5ad6254f4..29f8b88ff2ab81de1a9a2e37b3575582ea8e6bca 100644
|
| --- a/ash/extended_desktop_unittest.cc
|
| +++ b/ash/extended_desktop_unittest.cc
|
| @@ -90,13 +90,12 @@ class MoveWindowByClickEventFilter : public ui::EventHandler {
|
|
|
| private:
|
| // ui::EventHandler overrides:
|
| - virtual ui::EventResult OnMouseEvent(ui::MouseEvent* event) OVERRIDE {
|
| + virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE {
|
| if (event->type() == ui::ET_MOUSE_RELEASED) {
|
| Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
|
| DCHECK_LT(1u, root_windows.size());
|
| root_windows[1]->AddChild(target_);
|
| }
|
| - return ui::ER_UNHANDLED;
|
| }
|
|
|
| aura::Window* target_;
|
|
|