| Index: content/browser/compositor/image_transport_factory.h
|
| diff --git a/content/browser/compositor/image_transport_factory.h b/content/browser/compositor/image_transport_factory.h
|
| index f14fb206ac8ced1445654dc42632da7ff2264c51..1c6912f627e21ead0e07873b87d1c61e46465a9f 100644
|
| --- a/content/browser/compositor/image_transport_factory.h
|
| +++ b/content/browser/compositor/image_transport_factory.h
|
| @@ -69,12 +69,6 @@ class CONTENT_EXPORT ImageTransportFactory {
|
|
|
| virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() = 0;
|
|
|
| - // Creates a ui::Texture that deletes the GL texture when deleted.
|
| - virtual scoped_refptr<ui::Texture> CreateOwnedTexture(
|
| - const gfx::Size& size,
|
| - float device_scale_factor,
|
| - unsigned int texture_id) = 0;
|
| -
|
| // Gets a GLHelper instance, associated with the shared context. This
|
| // GLHelper will get destroyed whenever the shared context is lost
|
| // (ImageTransportFactoryObserver::OnLostResources is called).
|
|
|