| Index: content/browser/compositor/image_transport_factory.h
|
| diff --git a/content/browser/compositor/image_transport_factory.h b/content/browser/compositor/image_transport_factory.h
|
| index c3af76a884cf3ca8e3dc3563c2f6adbc520c9a06..4b5dec1062939cf6c9fe604a49b0772ce008111b 100644
|
| --- a/content/browser/compositor/image_transport_factory.h
|
| +++ b/content/browser/compositor/image_transport_factory.h
|
| @@ -72,7 +72,6 @@ class CONTENT_EXPORT ImageTransportFactory {
|
| virtual ui::ContextFactory* GetContextFactory() = 0;
|
|
|
| virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() = 0;
|
| - virtual scoped_ptr<cc::SurfaceIdAllocator> CreateSurfaceIdAllocator() = 0;
|
| virtual cc::SurfaceManager* GetSurfaceManager() = 0;
|
|
|
| // Gets a GLHelper instance, associated with the shared context. This
|
|
|