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

Side by Side Diff: mojo/examples/compositor_app/compositor_host.h

Issue 214753004: Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased/updated Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « mojo/embedder/embedder.h ('k') | mojo/examples/compositor_app/mojo_context_provider.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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_EXAMPLES_COMPOSITOR_APP_COMPOSITOR_HOST_H_ 5 #ifndef MOJO_EXAMPLES_COMPOSITOR_APP_COMPOSITOR_HOST_H_
6 #define MOJO_EXAMPLES_COMPOSITOR_APP_COMPOSITOR_HOST_H_ 6 #define MOJO_EXAMPLES_COMPOSITOR_APP_COMPOSITOR_HOST_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "base/threading/thread.h" 10 #include "base/threading/thread.h"
11 #include "cc/trees/layer_tree_host_client.h" 11 #include "cc/trees/layer_tree_host_client.h"
12 #include "mojo/public/system/core_cpp.h" 12 #include "mojo/public/cpp/system/core.h"
13 #include "ui/gfx/size.h" 13 #include "ui/gfx/size.h"
14 14
15 namespace cc { 15 namespace cc {
16 class Layer; 16 class Layer;
17 class LayerTreeHost; 17 class LayerTreeHost;
18 } // namespace cc 18 } // namespace cc
19 19
20 namespace mojo { 20 namespace mojo {
21 namespace examples { 21 namespace examples {
22 class GLES2ClientImpl; 22 class GLES2ClientImpl;
(...skipping 28 matching lines...) Expand all
51 ScopedMessagePipeHandle gl_pipe_; 51 ScopedMessagePipeHandle gl_pipe_;
52 scoped_ptr<cc::LayerTreeHost> tree_; 52 scoped_ptr<cc::LayerTreeHost> tree_;
53 scoped_refptr<cc::Layer> child_layer_; 53 scoped_refptr<cc::Layer> child_layer_;
54 base::Thread compositor_thread_; 54 base::Thread compositor_thread_;
55 }; 55 };
56 56
57 } // namespace examples 57 } // namespace examples
58 } // namespace mojo 58 } // namespace mojo
59 59
60 #endif // MOJO_EXAMPLES_COMPOSITOR_APP_COMPOSITOR_HOST_H_ 60 #endif // MOJO_EXAMPLES_COMPOSITOR_APP_COMPOSITOR_HOST_H_
OLDNEW
« no previous file with comments | « mojo/embedder/embedder.h ('k') | mojo/examples/compositor_app/mojo_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698