Index: content/browser/compositor/gpu_process_transport_factory.h |
diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h |
index 1e936d2b6556743aa8eecd2f5531c5f5b0f677a3..18f7f85c328cee08c4ac85759059d8de9ef529e3 100644 |
--- a/content/browser/compositor/gpu_process_transport_factory.h |
+++ b/content/browser/compositor/gpu_process_transport_factory.h |
@@ -52,10 +52,6 @@ class GpuProcessTransportFactory |
// ImageTransportFactory implementation. |
virtual ui::ContextFactory* AsContextFactory() OVERRIDE; |
virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE; |
- virtual scoped_refptr<ui::Texture> CreateOwnedTexture( |
- const gfx::Size& size, |
- float device_scale_factor, |
- unsigned int texture_id) OVERRIDE; |
virtual GLHelper* GetGLHelper() OVERRIDE; |
virtual void AddObserver(ImageTransportFactoryObserver* observer) OVERRIDE; |
virtual void RemoveObserver( |