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

Side by Side Diff: gpu/ipc/gl_in_process_context.h

Issue 2884763002: Automated IWYU fix for TaskRunner includes. (Closed)
Patch Set: rebase on r472096 Created 3 years, 7 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/gpu_channel_host.h ('k') | gpu/ipc/gpu_in_process_thread_service.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_GL_IN_PROCESS_CONTEXT_H_ 5 #ifndef GPU_IPC_GL_IN_PROCESS_CONTEXT_H_
6 #define GPU_IPC_GL_IN_PROCESS_CONTEXT_H_ 6 #define GPU_IPC_GL_IN_PROCESS_CONTEXT_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include "base/callback.h" 11 #include "base/callback.h"
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/single_thread_task_runner.h"
13 #include "gl_in_process_context_export.h" 14 #include "gl_in_process_context_export.h"
14 #include "gpu/command_buffer/common/gles2_cmd_utils.h" 15 #include "gpu/command_buffer/common/gles2_cmd_utils.h"
15 #include "gpu/ipc/in_process_command_buffer.h" 16 #include "gpu/ipc/in_process_command_buffer.h"
16 #include "ui/gfx/native_widget_types.h" 17 #include "ui/gfx/native_widget_types.h"
17 #include "ui/gl/gl_surface.h" 18 #include "ui/gl/gl_surface.h"
18 #include "ui/gl/gpu_preference.h" 19 #include "ui/gl/gpu_preference.h"
19 20
20 namespace gpu { 21 namespace gpu {
21 class InProcessCommandBuffer; 22 class InProcessCommandBuffer;
22 struct SharedMemoryLimits; 23 struct SharedMemoryLimits;
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 callback) = 0; 63 callback) = 0;
63 64
64 virtual void SetUpdateVSyncParametersCallback( 65 virtual void SetUpdateVSyncParametersCallback(
65 const gpu::InProcessCommandBuffer::UpdateVSyncParametersCallback& 66 const gpu::InProcessCommandBuffer::UpdateVSyncParametersCallback&
66 callback) = 0; 67 callback) = 0;
67 }; 68 };
68 69
69 } // namespace gpu 70 } // namespace gpu
70 71
71 #endif // GPU_IPC_GL_IN_PROCESS_CONTEXT_H_ 72 #endif // GPU_IPC_GL_IN_PROCESS_CONTEXT_H_
OLDNEW
« no previous file with comments | « gpu/ipc/client/gpu_channel_host.h ('k') | gpu/ipc/gpu_in_process_thread_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698