Index: content/browser/gpu/gpu_process_host.h |
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h |
index c4d94fb9bf9734311f2daf4d6afd0f21888e665a..5017236492032a51fcf9226d9ded33ba58b4a6b9 100644 |
--- a/content/browser/gpu/gpu_process_host.h |
+++ b/content/browser/gpu/gpu_process_host.h |
@@ -32,8 +32,6 @@ |
#include "ui/gfx/gpu_memory_buffer.h" |
#include "url/gurl.h" |
-struct GPUCreateCommandBufferConfig; |
- |
namespace base { |
class Thread; |
} |
@@ -55,7 +53,6 @@ namespace content { |
class BrowserChildProcessHostImpl; |
class GpuMainThread; |
class InProcessChildThreadParams; |
-class RenderWidgetHostViewFrameSubscriber; |
class ShaderDiskCache; |
typedef base::Thread* (*GpuMainThreadFactoryFunction)( |