Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Side by Side Diff: ui/aura/test/event_generator_delegate_aura.cc

Issue 406413004: Cleanups for aura/test/event_generator.h (resolve TODOs) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gn Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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_delegate_aura.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
11 namespace aura { 11 namespace aura {
12 namespace test { 12 namespace test {
13 namespace { 13 namespace {
14 14
15 class DefaultEventGeneratorDelegate : public EventGeneratorDelegateAura { 15 class DefaultEventGeneratorDelegate : public EventGeneratorDelegateAura {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698