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

Side by Side Diff: services/ui/launcher/launcher_app.h

Issue 1647953007: Remove DartPackage annotation from NativeViewport and GPU mojoms (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebased Created 4 years, 10 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 | « services/keyboard/linux/main.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 SERVICES_UI_LAUNCHER_LAUNCHER_APP_H_ 5 #ifndef SERVICES_UI_LAUNCHER_LAUNCHER_APP_H_
6 #define SERVICES_UI_LAUNCHER_LAUNCHER_APP_H_ 6 #define SERVICES_UI_LAUNCHER_LAUNCHER_APP_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "mojo/common/tracing_impl.h" 10 #include "mojo/common/tracing_impl.h"
11 #include "mojo/public/cpp/application/application_delegate.h" 11 #include "mojo/public/cpp/application/application_delegate.h"
12 #include "mojo/services/gfx/composition/interfaces/compositor.mojom.h" 12 #include "mojo/services/gfx/composition/interfaces/compositor.mojom.h"
13 #include "mojo/services/native_viewport/interfaces/native_viewport.mojom.h" 13 #include "mojo/services/native_viewport/interfaces/native_viewport.mojom.h"
14 #include "mojo/services/native_viewport/interfaces/native_viewport_event_dispatc her.mojom.h"
14 #include "mojo/services/ui/views/interfaces/view_manager.mojom.h" 15 #include "mojo/services/ui/views/interfaces/view_manager.mojom.h"
15 #include "mojo/services/ui/views/interfaces/view_provider.mojom.h" 16 #include "mojo/services/ui/views/interfaces/view_provider.mojom.h"
16 17
17 namespace launcher { 18 namespace launcher {
18 19
19 class LauncherViewTree; 20 class LauncherViewTree;
20 21
21 class LauncherApp : public mojo::ApplicationDelegate, 22 class LauncherApp : public mojo::ApplicationDelegate,
22 public mojo::NativeViewportEventDispatcher { 23 public mojo::NativeViewportEventDispatcher {
23 public: 24 public:
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 64
64 mojo::ui::ViewProviderPtr client_view_provider_; 65 mojo::ui::ViewProviderPtr client_view_provider_;
65 mojo::ui::ViewTokenPtr client_view_token_; 66 mojo::ui::ViewTokenPtr client_view_token_;
66 67
67 DISALLOW_COPY_AND_ASSIGN(LauncherApp); 68 DISALLOW_COPY_AND_ASSIGN(LauncherApp);
68 }; 69 };
69 70
70 } // namespace launcher 71 } // namespace launcher
71 72
72 #endif // SERVICES_UI_LAUNCHER_LAUNCHER_APP_H_ 73 #endif // SERVICES_UI_LAUNCHER_LAUNCHER_APP_H_
OLDNEW
« no previous file with comments | « services/keyboard/linux/main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698