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

Side by Side Diff: content/common/gpu/client/context_provider_command_buffer.h

Issue 12912006: Part 4 of cc/ directory shuffles: output (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 CONTENT_COMMON_GPU_CLIENT_CONTEXT_PROVIDER_COMMAND_BUFFER 5 #ifndef CONTENT_COMMON_GPU_CLIENT_CONTEXT_PROVIDER_COMMAND_BUFFER
6 #define CONTENT_COMMON_GPU_CLIENT_CONTEXT_PROVIDER_COMMAND_BUFFER 6 #define CONTENT_COMMON_GPU_CLIENT_CONTEXT_PROVIDER_COMMAND_BUFFER
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "base/synchronization/lock.h" 9 #include "base/synchronization/lock.h"
10 #include "cc/context_provider.h" 10 #include "cc/output/context_provider.h"
11 #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h" 11 #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
12 12
13 namespace webkit { 13 namespace webkit {
14 namespace gpu { 14 namespace gpu {
15 class GrContextForWebGraphicsContext3D; 15 class GrContextForWebGraphicsContext3D;
16 } 16 }
17 } 17 }
18 18
19 namespace content { 19 namespace content {
20 20
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 class LostContextCallbackProxy; 60 class LostContextCallbackProxy;
61 scoped_ptr<LostContextCallbackProxy> lost_context_callback_proxy_; 61 scoped_ptr<LostContextCallbackProxy> lost_context_callback_proxy_;
62 62
63 class MemoryAllocationCallbackProxy; 63 class MemoryAllocationCallbackProxy;
64 scoped_ptr<MemoryAllocationCallbackProxy> memory_allocation_callback_proxy_; 64 scoped_ptr<MemoryAllocationCallbackProxy> memory_allocation_callback_proxy_;
65 }; 65 };
66 66
67 } // namespace content 67 } // namespace content
68 68
69 #endif // CONTENT_COMMON_GPU_CLIENT_CONTEXT_PROVIDER_COMMAND_BUFFER 69 #endif // CONTENT_COMMON_GPU_CLIENT_CONTEXT_PROVIDER_COMMAND_BUFFER
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698