| Index: content/browser/aura/gpu_process_transport_factory.h
|
| diff --git a/content/browser/aura/gpu_process_transport_factory.h b/content/browser/aura/gpu_process_transport_factory.h
|
| index 2b5ac96d781957a1d09dbf51c9b57b2c5c0bc8b1..4ae89fed912c337d3d290f214d8b9f971e709332 100644
|
| --- a/content/browser/aura/gpu_process_transport_factory.h
|
| +++ b/content/browser/aura/gpu_process_transport_factory.h
|
| @@ -51,9 +51,7 @@ class GpuProcessTransportFactory
|
|
|
| // 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(
|
|
|