Index: content/common/gpu/client/gpu_channel_host.h |
diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h |
index b692ec18254b79a114efaadb30366e0519ef92b5..ea1b6b8cd36bf84153f1ff003d210948d2faf58f 100644 |
--- a/content/common/gpu/client/gpu_channel_host.h |
+++ b/content/common/gpu/client/gpu_channel_host.h |
@@ -80,7 +80,6 @@ class CONTENT_EXPORT GpuChannelHostFactory { |
virtual ~GpuChannelHostFactory() {} |
virtual bool IsMainThread() = 0; |
- virtual base::MessageLoop* GetMainLoop() = 0; |
virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() = 0; |
virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(size_t size) = 0; |
virtual CreateCommandBufferResult CreateViewCommandBuffer( |