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

Side by Side Diff: mojo/services/window_manager/view_targeter.h

Issue 698543005: Make a pure mojo::View version of the aura::Window FocusController. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: sky comments Created 6 years, 1 month 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
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #ifndef MOJO_SERVICES_WINDOW_MANAGER_VIEW_TARGETER_H_
6 #define MOJO_SERVICES_WINDOW_MANAGER_VIEW_TARGETER_H_
7
8 #include "ui/events/event_targeter.h"
9
10 namespace mojo {
11
12 class ViewTargeter : public ui::EventTargeter {
13 public:
14 ViewTargeter();
15 ~ViewTargeter() override;
16
17 private:
18 DISALLOW_COPY_AND_ASSIGN(ViewTargeter);
19 };
20
21 } // namespace mojo
22
23 #endif // MOJO_SERVICES_WINDOW_MANAGER_VIEW_TARGETER_H_
OLDNEW
« no previous file with comments | « mojo/services/window_manager/view_target.cc ('k') | mojo/services/window_manager/view_targeter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698