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

Side by Side Diff: gpu/ipc/service/gpu_command_buffer_stub.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
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_SERVICE_GPU_COMMAND_BUFFER_STUB_H_ 5 #ifndef GPU_IPC_SERVICE_GPU_COMMAND_BUFFER_STUB_H_
6 #define GPU_IPC_SERVICE_GPU_COMMAND_BUFFER_STUB_H_ 6 #define GPU_IPC_SERVICE_GPU_COMMAND_BUFFER_STUB_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 "gpu/command_buffer/common/constants.h" 21 #include "gpu/command_buffer/common/constants.h"
22 #include "gpu/command_buffer/common/gpu_memory_allocation.h" 22 #include "gpu/command_buffer/common/gpu_memory_allocation.h"
23 #include "gpu/command_buffer/service/command_buffer_service.h" 23 #include "gpu/command_buffer/service/command_buffer_service.h"
24 #include "gpu/command_buffer/service/command_executor.h" 24 #include "gpu/command_buffer/service/command_executor.h"
25 #include "gpu/command_buffer/service/context_group.h" 25 #include "gpu/command_buffer/service/context_group.h"
26 #include "gpu/gpu_export.h" 26 #include "gpu/gpu_export.h"
27 #include "gpu/ipc/common/surface_handle.h" 27 #include "gpu/ipc/common/surface_handle.h"
28 #include "gpu/ipc/service/gpu_memory_manager.h" 28 #include "gpu/ipc/service/gpu_memory_manager.h"
29 #include "ipc/ipc_listener.h" 29 #include "ipc/ipc_listener.h"
30 #include "ipc/ipc_sender.h" 30 #include "ipc/ipc_sender.h"
31 #include "ui/events/latency_info.h"
31 #include "ui/gfx/geometry/size.h" 32 #include "ui/gfx/geometry/size.h"
32 #include "ui/gfx/gpu_memory_buffer.h" 33 #include "ui/gfx/gpu_memory_buffer.h"
33 #include "ui/gfx/swap_result.h" 34 #include "ui/gfx/swap_result.h"
34 #include "ui/gl/gl_surface.h" 35 #include "ui/gl/gl_surface.h"
35 #include "ui/gl/gpu_preference.h" 36 #include "ui/gl/gpu_preference.h"
36 #include "ui/latency_info/latency_info.h"
37 #include "url/gurl.h" 37 #include "url/gurl.h"
38 38
39 namespace gpu { 39 namespace gpu {
40 struct Mailbox; 40 struct Mailbox;
41 struct SyncToken; 41 struct SyncToken;
42 class SyncPointClient; 42 class SyncPointClient;
43 class SyncPointManager; 43 class SyncPointManager;
44 class ValueStateMap; 44 class ValueStateMap;
45 namespace gles2 { 45 namespace gles2 {
46 class MailboxManager; 46 class MailboxManager;
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 277
278 std::unique_ptr<WaitForCommandState> wait_for_token_; 278 std::unique_ptr<WaitForCommandState> wait_for_token_;
279 std::unique_ptr<WaitForCommandState> wait_for_get_offset_; 279 std::unique_ptr<WaitForCommandState> wait_for_get_offset_;
280 280
281 DISALLOW_COPY_AND_ASSIGN(GpuCommandBufferStub); 281 DISALLOW_COPY_AND_ASSIGN(GpuCommandBufferStub);
282 }; 282 };
283 283
284 } // namespace gpu 284 } // namespace gpu
285 285
286 #endif // GPU_IPC_SERVICE_GPU_COMMAND_BUFFER_STUB_H_ 286 #endif // GPU_IPC_SERVICE_GPU_COMMAND_BUFFER_STUB_H_
OLDNEW
« no previous file with comments | « gpu/ipc/service/gpu_channel_manager_delegate.h ('k') | gpu/ipc/service/image_transport_surface_overlay_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698