| Index: content/browser/aura/no_transport_image_transport_factory.h
|
| diff --git a/content/browser/aura/no_transport_image_transport_factory.h b/content/browser/aura/no_transport_image_transport_factory.h
|
| index dd551d97d53a52c0d94848d5b27e73b2d1f66670..e9fa650968576e4582fbcb62801288f5e7c3c72b 100644
|
| --- a/content/browser/aura/no_transport_image_transport_factory.h
|
| +++ b/content/browser/aura/no_transport_image_transport_factory.h
|
| @@ -23,9 +23,7 @@ class NoTransportImageTransportFactory : public ImageTransportFactory {
|
|
|
| // ImageTransportFactory implementation.
|
| virtual ui::ContextFactory* AsContextFactory() OVERRIDE;
|
| - virtual gfx::GLSurfaceHandle CreateSharedSurfaceHandle() OVERRIDE;
|
| - virtual void DestroySharedSurfaceHandle(gfx::GLSurfaceHandle surface)
|
| - OVERRIDE;
|
| + virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE;
|
| virtual scoped_refptr<ui::Texture> CreateTransportClient(
|
| float device_scale_factor) OVERRIDE;
|
| virtual scoped_refptr<ui::Texture> CreateOwnedTexture(
|
|
|