| Index: content/browser/compositor/no_transport_image_transport_factory.h
|
| diff --git a/content/browser/compositor/no_transport_image_transport_factory.h b/content/browser/compositor/no_transport_image_transport_factory.h
|
| index c4c2c20351753fdcca752f46440d38d89df73839..1d724497d1a0426161973ec7daafd93162a0cf8b 100644
|
| --- a/content/browser/compositor/no_transport_image_transport_factory.h
|
| +++ b/content/browser/compositor/no_transport_image_transport_factory.h
|
| @@ -24,8 +24,6 @@ class NoTransportImageTransportFactory : public ImageTransportFactory {
|
| // ImageTransportFactory implementation.
|
| virtual ui::ContextFactory* AsContextFactory() OVERRIDE;
|
| virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE;
|
| - virtual scoped_refptr<ui::Texture> CreateTransportClient(
|
| - float device_scale_factor) OVERRIDE;
|
| virtual scoped_refptr<ui::Texture> CreateOwnedTexture(
|
| const gfx::Size& size,
|
| float device_scale_factor,
|
|
|