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

Side by Side Diff: services/view_manager/view_manager_service_impl.h

Issue 792813002: Restructure public side of surfaces service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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/view_manager/display_manager.cc ('k') | sky/compositor/BUILD.gn » ('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 SERVICES_VIEW_MANAGER_VIEW_MANAGER_SERVICE_IMPL_H_ 5 #ifndef SERVICES_VIEW_MANAGER_VIEW_MANAGER_SERVICE_IMPL_H_
6 #define SERVICES_VIEW_MANAGER_VIEW_MANAGER_SERVICE_IMPL_H_ 6 #define SERVICES_VIEW_MANAGER_VIEW_MANAGER_SERVICE_IMPL_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/containers/hash_tables.h" 13 #include "base/containers/hash_tables.h"
14 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
15 #include "mojo/services/public/interfaces/surfaces/surface_id.mojom.h" 15 #include "mojo/services/surfaces/public/interfaces/surface_id.mojom.h"
16 #include "mojo/services/view_manager/public/interfaces/view_manager.mojom.h" 16 #include "mojo/services/view_manager/public/interfaces/view_manager.mojom.h"
17 #include "services/view_manager/access_policy_delegate.h" 17 #include "services/view_manager/access_policy_delegate.h"
18 #include "services/view_manager/ids.h" 18 #include "services/view_manager/ids.h"
19 19
20 namespace gfx { 20 namespace gfx {
21 class Rect; 21 class Rect;
22 } 22 }
23 23
24 namespace mojo { 24 namespace mojo {
25 namespace service { 25 namespace service {
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 // is destroyed or Embed() is invoked on the root. 232 // is destroyed or Embed() is invoked on the root.
233 scoped_ptr<ViewId> root_; 233 scoped_ptr<ViewId> root_;
234 234
235 DISALLOW_COPY_AND_ASSIGN(ViewManagerServiceImpl); 235 DISALLOW_COPY_AND_ASSIGN(ViewManagerServiceImpl);
236 }; 236 };
237 237
238 } // namespace service 238 } // namespace service
239 } // namespace mojo 239 } // namespace mojo
240 240
241 #endif // SERVICES_VIEW_MANAGER_VIEW_MANAGER_SERVICE_IMPL_H_ 241 #endif // SERVICES_VIEW_MANAGER_VIEW_MANAGER_SERVICE_IMPL_H_
OLDNEW
« no previous file with comments | « services/view_manager/display_manager.cc ('k') | sky/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698