Index: content/common/gpu/gpu_channel.h |
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
index e181a3e1a8be055f977fe1f64d7392031bf10a5d..049cf3595eb3c367d7c71f4a9f5e122b3ab7e54b 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -33,9 +33,6 @@ class WaitableEvent; |
namespace gpu { |
class PreemptionFlag; |
-namespace gles2 { |
-class ImageManager; |
-} |
} |
namespace IPC { |
@@ -113,12 +110,6 @@ class GpuChannel : public IPC::Listener, public IPC::Sender { |
const GPUCreateCommandBufferConfig& init_params, |
int32 route_id); |
- void CreateImage( |
- gfx::PluginWindowHandle window, |
- int32 image_id, |
- gfx::Size* size); |
- void DeleteImage(int32 image_id); |
- |
gfx::GLShareGroup* share_group() const { return share_group_.get(); } |
GpuCommandBufferStub* LookupCommandBuffer(int32 route_id); |
@@ -205,7 +196,6 @@ class GpuChannel : public IPC::Listener, public IPC::Sender { |
scoped_refptr<gfx::GLShareGroup> share_group_; |
scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_; |
- scoped_refptr<gpu::gles2::ImageManager> image_manager_; |
typedef IDMap<GpuCommandBufferStub, IDMapOwnPointer> StubMap; |
StubMap stubs_; |