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

Side by Side Diff: content/common/gpu/gpu_command_buffer_stub.h

Issue 15001027: [Aura] Added Support for rendering software compositor frames as cc::TextureLayers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Passed(&foo) instead for Passed(foo.Pass()). Created 7 years, 6 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 | « content/common/cc_messages.cc ('k') | content/common/gpu/gpu_messages.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_GPU_COMMAND_BUFFER_STUB_H_ 5 #ifndef CONTENT_COMMON_GPU_GPU_COMMAND_BUFFER_STUB_H_
6 #define CONTENT_COMMON_GPU_GPU_COMMAND_BUFFER_STUB_H_ 6 #define CONTENT_COMMON_GPU_GPU_COMMAND_BUFFER_STUB_H_
7 7
8 #include <deque> 8 #include <deque>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
(...skipping 11 matching lines...) Expand all
22 #include "gpu/command_buffer/service/context_group.h" 22 #include "gpu/command_buffer/service/context_group.h"
23 #include "gpu/command_buffer/service/gpu_scheduler.h" 23 #include "gpu/command_buffer/service/gpu_scheduler.h"
24 #include "ipc/ipc_listener.h" 24 #include "ipc/ipc_listener.h"
25 #include "ipc/ipc_sender.h" 25 #include "ipc/ipc_sender.h"
26 #include "media/base/video_decoder_config.h" 26 #include "media/base/video_decoder_config.h"
27 #include "ui/base/latency_info.h" 27 #include "ui/base/latency_info.h"
28 #include "ui/gfx/native_widget_types.h" 28 #include "ui/gfx/native_widget_types.h"
29 #include "ui/gfx/size.h" 29 #include "ui/gfx/size.h"
30 #include "ui/gl/gl_surface.h" 30 #include "ui/gl/gl_surface.h"
31 #include "ui/gl/gpu_preference.h" 31 #include "ui/gl/gpu_preference.h"
32 #include "ui/surface/transport_dib.h"
33 32
34 namespace gpu { 33 namespace gpu {
35 struct Mailbox; 34 struct Mailbox;
36 namespace gles2 { 35 namespace gles2 {
37 class ImageManager; 36 class ImageManager;
38 class MailboxManager; 37 class MailboxManager;
39 } 38 }
40 } 39 }
41 40
42 namespace content { 41 namespace content {
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 size_t active_url_hash_; 247 size_t active_url_hash_;
249 248
250 size_t total_gpu_memory_; 249 size_t total_gpu_memory_;
251 250
252 DISALLOW_COPY_AND_ASSIGN(GpuCommandBufferStub); 251 DISALLOW_COPY_AND_ASSIGN(GpuCommandBufferStub);
253 }; 252 };
254 253
255 } // namespace content 254 } // namespace content
256 255
257 #endif // CONTENT_COMMON_GPU_GPU_COMMAND_BUFFER_STUB_H_ 256 #endif // CONTENT_COMMON_GPU_GPU_COMMAND_BUFFER_STUB_H_
OLDNEW
« no previous file with comments | « content/common/cc_messages.cc ('k') | content/common/gpu/gpu_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698