| Index: content/common/gpu/gpu_channel_manager.h
|
| ===================================================================
|
| --- content/common/gpu/gpu_channel_manager.h (revision 163290)
|
| +++ content/common/gpu/gpu_channel_manager.h (working copy)
|
| @@ -39,10 +39,12 @@
|
| struct ChannelHandle;
|
| }
|
|
|
| +struct GPUCreateCommandBufferConfig;
|
| +
|
| +namespace content {
|
| class ChildThread;
|
| class GpuChannel;
|
| class GpuWatchdog;
|
| -struct GPUCreateCommandBufferConfig;
|
| class SyncPointManager;
|
|
|
| // A GpuChannelManager is a thread responsible for issuing rendering commands
|
| @@ -149,4 +151,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(GpuChannelManager);
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_COMMON_GPU_GPU_CHANNEL_MANAGER_H_
|
|
|