| 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 59104613397142885edb61d2fdd08a7684910a50..2a421bb72afb74eeb813987bc117147c7aeb28f6 100644
|
| --- a/content/browser/compositor/image_transport_factory.h
|
| +++ b/content/browser/compositor/image_transport_factory.h
|
| @@ -64,6 +64,9 @@ class CONTENT_EXPORT ImageTransportFactory {
|
| // Gets the factory instance.
|
| static ImageTransportFactory* GetInstance();
|
|
|
| + // Gets the image transport factory as a context factory for the compositor.
|
| + virtual ui::ContextFactory* GetContextFactory() = 0;
|
| +
|
| virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() = 0;
|
|
|
| // Gets a GLHelper instance, associated with the shared context. This
|
|
|