summaryrefslogtreecommitdiffstats
path: root/content/browser/compositor/image_transport_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/compositor/image_transport_factory.h')
-rw-r--r--content/browser/compositor/image_transport_factory.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/browser/compositor/image_transport_factory.h b/content/browser/compositor/image_transport_factory.h
index f14fb20..1c6912f 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).