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

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

Issue 2752903002: Make ui::test::EventGenerator work with PointerEvents in mash (Closed)
Patch Set: review comments Created 3 years, 9 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
« no previous file with comments | « ui/aura/test/env_test_helper.h ('k') | ui/aura/test/event_generator_delegate_aura.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #ifndef UI_AURA_TEST_EVENT_GENERATOR_DELEGATE_AURA_H_ 5 #ifndef UI_AURA_TEST_EVENT_GENERATOR_DELEGATE_AURA_H_
6 #define UI_AURA_TEST_EVENT_GENERATOR_DELEGATE_AURA_H_ 6 #define UI_AURA_TEST_EVENT_GENERATOR_DELEGATE_AURA_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "ui/events/test/event_generator.h" 9 #include "ui/events/test/event_generator.h"
10 10
(...skipping 30 matching lines...) Expand all
41 gfx::Point CenterOfTarget(const ui::EventTarget* target) const override; 41 gfx::Point CenterOfTarget(const ui::EventTarget* target) const override;
42 gfx::Point CenterOfWindow(gfx::NativeWindow window) const override; 42 gfx::Point CenterOfWindow(gfx::NativeWindow window) const override;
43 void ConvertPointFromTarget(const ui::EventTarget* target, 43 void ConvertPointFromTarget(const ui::EventTarget* target,
44 gfx::Point* point) const override; 44 gfx::Point* point) const override;
45 void ConvertPointToTarget(const ui::EventTarget* target, 45 void ConvertPointToTarget(const ui::EventTarget* target,
46 gfx::Point* point) const override; 46 gfx::Point* point) const override;
47 void ConvertPointFromHost(const ui::EventTarget* hosted_target, 47 void ConvertPointFromHost(const ui::EventTarget* hosted_target,
48 gfx::Point* point) const override; 48 gfx::Point* point) const override;
49 void DispatchKeyEventToIME(ui::EventTarget* target, 49 void DispatchKeyEventToIME(ui::EventTarget* target,
50 ui::KeyEvent* event) override; 50 ui::KeyEvent* event) override;
51 void DispatchEventToPointerWatchers(ui::EventTarget* target,
52 const ui::PointerEvent& event) override;
51 53
52 private: 54 private:
53 DISALLOW_COPY_AND_ASSIGN(EventGeneratorDelegateAura); 55 DISALLOW_COPY_AND_ASSIGN(EventGeneratorDelegateAura);
54 }; 56 };
55 57
56 } // namespace test 58 } // namespace test
57 } // namespace aura 59 } // namespace aura
58 60
59 #endif // UI_AURA_TEST_EVENT_GENERATOR_DELEGATE_AURA_H_ 61 #endif // UI_AURA_TEST_EVENT_GENERATOR_DELEGATE_AURA_H_
OLDNEW
« no previous file with comments | « ui/aura/test/env_test_helper.h ('k') | ui/aura/test/event_generator_delegate_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698