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

Side by Side Diff: gpu/ipc/client/command_buffer_proxy_impl.h

Issue 1898033003: Revert https://codereview.chromium.org/1871233002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « gpu/ipc/client/DEPS ('k') | gpu/ipc/client/gpu_channel_host.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 GPU_IPC_CLIENT_COMMAND_BUFFER_PROXY_IMPL_H_ 5 #ifndef GPU_IPC_CLIENT_COMMAND_BUFFER_PROXY_IMPL_H_
6 #define GPU_IPC_CLIENT_COMMAND_BUFFER_PROXY_IMPL_H_ 6 #define GPU_IPC_CLIENT_COMMAND_BUFFER_PROXY_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 10 matching lines...) Expand all
21 #include "base/memory/ref_counted.h" 21 #include "base/memory/ref_counted.h"
22 #include "base/memory/weak_ptr.h" 22 #include "base/memory/weak_ptr.h"
23 #include "base/observer_list.h" 23 #include "base/observer_list.h"
24 #include "gpu/command_buffer/client/gpu_control.h" 24 #include "gpu/command_buffer/client/gpu_control.h"
25 #include "gpu/command_buffer/common/command_buffer.h" 25 #include "gpu/command_buffer/common/command_buffer.h"
26 #include "gpu/command_buffer/common/command_buffer_id.h" 26 #include "gpu/command_buffer/common/command_buffer_id.h"
27 #include "gpu/command_buffer/common/command_buffer_shared.h" 27 #include "gpu/command_buffer/common/command_buffer_shared.h"
28 #include "gpu/command_buffer/common/gpu_memory_allocation.h" 28 #include "gpu/command_buffer/common/gpu_memory_allocation.h"
29 #include "gpu/gpu_export.h" 29 #include "gpu/gpu_export.h"
30 #include "ipc/ipc_listener.h" 30 #include "ipc/ipc_listener.h"
31 #include "ui/events/latency_info.h"
31 #include "ui/gfx/swap_result.h" 32 #include "ui/gfx/swap_result.h"
32 #include "ui/latency_info/latency_info.h"
33 33
34 struct GPUCommandBufferConsoleMessage; 34 struct GPUCommandBufferConsoleMessage;
35 35
36 namespace base { 36 namespace base {
37 class SharedMemory; 37 class SharedMemory;
38 } 38 }
39 39
40 namespace gpu { 40 namespace gpu {
41 struct Mailbox; 41 struct Mailbox;
42 struct SyncToken; 42 struct SyncToken;
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 247
248 base::WeakPtr<CommandBufferProxyImpl> weak_this_; 248 base::WeakPtr<CommandBufferProxyImpl> weak_this_;
249 scoped_refptr<base::SequencedTaskRunner> callback_thread_; 249 scoped_refptr<base::SequencedTaskRunner> callback_thread_;
250 250
251 DISALLOW_COPY_AND_ASSIGN(CommandBufferProxyImpl); 251 DISALLOW_COPY_AND_ASSIGN(CommandBufferProxyImpl);
252 }; 252 };
253 253
254 } // namespace gpu 254 } // namespace gpu
255 255
256 #endif // GPU_IPC_CLIENT_COMMAND_BUFFER_PROXY_IMPL_H_ 256 #endif // GPU_IPC_CLIENT_COMMAND_BUFFER_PROXY_IMPL_H_
OLDNEW
« no previous file with comments | « gpu/ipc/client/DEPS ('k') | gpu/ipc/client/gpu_channel_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698