summaryrefslogtreecommitdiffstats
path: root/content/browser/aura/no_transport_image_transport_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/aura/no_transport_image_transport_factory.h')
-rw-r--r--content/browser/aura/no_transport_image_transport_factory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/browser/aura/no_transport_image_transport_factory.h b/content/browser/aura/no_transport_image_transport_factory.h
index e9fa650..dd551d9 100644
--- a/content/browser/aura/no_transport_image_transport_factory.h
+++ b/content/browser/aura/no_transport_image_transport_factory.h
@@ -23,7 +23,9 @@ class NoTransportImageTransportFactory : public ImageTransportFactory {
// ImageTransportFactory implementation.
virtual ui::ContextFactory* AsContextFactory() OVERRIDE;
- virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE;
+ virtual gfx::GLSurfaceHandle CreateSharedSurfaceHandle() OVERRIDE;
+ virtual void DestroySharedSurfaceHandle(gfx::GLSurfaceHandle surface)
+ OVERRIDE;
virtual scoped_refptr<ui::Texture> CreateTransportClient(
float device_scale_factor) OVERRIDE;
virtual scoped_refptr<ui::Texture> CreateOwnedTexture(