| 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 8254faf5fa5c06eccf0ec7b8ef6221148ea47b3a..40c491bde3f6c7935124e68f0f316594136a9171 100644
|
| --- a/content/browser/aura/no_transport_image_transport_factory.h
|
| +++ b/content/browser/aura/no_transport_image_transport_factory.h
|
| @@ -19,6 +19,8 @@ class NoTransportImageTransportFactory : public ImageTransportFactory {
|
|
|
| // ImageTransportFactory implementation.
|
| virtual ui::ContextFactory* AsContextFactory() OVERRIDE;
|
| + virtual SurfaceCapturingContextFactory* AsSurfaceCapturingContextFactory()
|
| + OVERRIDE;
|
| virtual gfx::GLSurfaceHandle CreateSharedSurfaceHandle() OVERRIDE;
|
| virtual void DestroySharedSurfaceHandle(gfx::GLSurfaceHandle surface)
|
| OVERRIDE;
|
|
|