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

Side by Side Diff: mojo/services/view_manager/cpp/view.h

Issue 1391243003: Move //mojo/services/X/public/... to //mojo/services/X/... (part 4). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_3-x-no_public_2-x-no_public_1
Patch Set: copyright header Created 5 years, 2 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 | « mojo/services/view_manager/cpp/util.h ('k') | mojo/services/view_manager/cpp/view_manager.h » ('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 MOJO_SERVICES_VIEW_MANAGER_PUBLIC_CPP_VIEW_H_ 5 #ifndef MOJO_SERVICES_VIEW_MANAGER_CPP_VIEW_H_
6 #define MOJO_SERVICES_VIEW_MANAGER_PUBLIC_CPP_VIEW_H_ 6 #define MOJO_SERVICES_VIEW_MANAGER_CPP_VIEW_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/observer_list.h" 11 #include "base/observer_list.h"
12 #include "geometry/interfaces/geometry.mojom.h" 12 #include "geometry/interfaces/geometry.mojom.h"
13 #include "mojo/public/cpp/bindings/array.h" 13 #include "mojo/public/cpp/bindings/array.h"
14 #include "mojo/public/cpp/system/macros.h" 14 #include "mojo/public/cpp/system/macros.h"
15 #include "mojo/public/interfaces/application/service_provider.mojom.h" 15 #include "mojo/public/interfaces/application/service_provider.mojom.h"
16 #include "surfaces/interfaces/surface_id.mojom.h" 16 #include "surfaces/interfaces/surface_id.mojom.h"
17 #include "view_manager/public/cpp/types.h" 17 #include "view_manager/cpp/types.h"
18 #include "view_manager/public/interfaces/view_manager.mojom.h" 18 #include "view_manager/interfaces/view_manager.mojom.h"
19 #include "view_manager/public/interfaces/view_manager_constants.mojom.h" 19 #include "view_manager/interfaces/view_manager_constants.mojom.h"
20 20
21 namespace mojo { 21 namespace mojo {
22 22
23 class ServiceProviderImpl; 23 class ServiceProviderImpl;
24 class View; 24 class View;
25 class ViewManager; 25 class ViewManager;
26 class ViewObserver; 26 class ViewObserver;
27 27
28 // Defined in view_property.h (which we do not include) 28 // Defined in view_property.h (which we do not include)
29 template <typename T> 29 template <typename T>
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 PropertyDeallocator deallocator; 204 PropertyDeallocator deallocator;
205 }; 205 };
206 206
207 std::map<const void*, Value> prop_map_; 207 std::map<const void*, Value> prop_map_;
208 208
209 MOJO_DISALLOW_COPY_AND_ASSIGN(View); 209 MOJO_DISALLOW_COPY_AND_ASSIGN(View);
210 }; 210 };
211 211
212 } // namespace mojo 212 } // namespace mojo
213 213
214 #endif // MOJO_SERVICES_VIEW_MANAGER_PUBLIC_CPP_VIEW_H_ 214 #endif // MOJO_SERVICES_VIEW_MANAGER_CPP_VIEW_H_
OLDNEW
« no previous file with comments | « mojo/services/view_manager/cpp/util.h ('k') | mojo/services/view_manager/cpp/view_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698