| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "ui/aura/test/event_generator.h" | 5 #include "ui/aura/test/event_generator.h" |
| 6 | 6 |
| 7 #include "ui/aura/client/screen_position_client.h" | 7 #include "ui/aura/client/screen_position_client.h" |
| 8 #include "ui/aura/window_event_dispatcher.h" | 8 #include "ui/aura/window_event_dispatcher.h" |
| 9 #include "ui/aura/window_tree_host.h" | 9 #include "ui/aura/window_tree_host.h" |
| 10 | 10 |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 // static | 109 // static |
| 110 EventGeneratorDelegate* EventGenerator::CreateDefaultPlatformDelegate( | 110 EventGeneratorDelegate* EventGenerator::CreateDefaultPlatformDelegate( |
| 111 EventGenerator* owner, | 111 EventGenerator* owner, |
| 112 gfx::NativeWindow root_window, | 112 gfx::NativeWindow root_window, |
| 113 gfx::NativeWindow window) { | 113 gfx::NativeWindow window) { |
| 114 return new aura::test::DefaultEventGeneratorDelegate(root_window); | 114 return new aura::test::DefaultEventGeneratorDelegate(root_window); |
| 115 } | 115 } |
| 116 | 116 |
| 117 } // namespace test | 117 } // namespace test |
| 118 } // namespace ui | 118 } // namespace ui |
| OLD | NEW |