| 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 1d724497d1a0426161973ec7daafd93162a0cf8b..a0f62169b5c487eb0cec2c4242b36ae33b5ad968 100644
|
| --- a/content/browser/compositor/no_transport_image_transport_factory.h
|
| +++ b/content/browser/compositor/no_transport_image_transport_factory.h
|
| @@ -24,10 +24,6 @@ class NoTransportImageTransportFactory : public ImageTransportFactory {
|
| // 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(ImageTransportFactoryObserver* observer) OVERRIDE;
|
|
|