| 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 e18e5bc7cd011fcae75d5cc7b16bcf631f81315a..da2a1f4560de7b71998abe97b3e6db49ea8dbe7f 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(
|
|
|