Index: trunk/src/content/browser/aura/gpu_process_transport_factory.h |
=================================================================== |
--- trunk/src/content/browser/aura/gpu_process_transport_factory.h (revision 216906) |
+++ trunk/src/content/browser/aura/gpu_process_transport_factory.h (working copy) |
@@ -35,7 +35,7 @@ |
scoped_ptr<WebGraphicsContext3DCommandBufferImpl> |
CreateOffscreenCommandBufferContext(); |
- // ContextFactory implementation. |
+ // ImageTransportFactory implementation. |
virtual scoped_ptr<WebKit::WebGraphicsContext3D> CreateOffscreenContext() |
OVERRIDE; |
virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface( |
@@ -46,9 +46,6 @@ |
virtual void RemoveReflector( |
scoped_refptr<ui::Reflector> reflector) OVERRIDE; |
virtual void RemoveCompositor(ui::Compositor* compositor) OVERRIDE; |
- virtual bool DoesCreateTestContexts() OVERRIDE; |
- |
- // ImageTransportFactory implementation. |
virtual ui::ContextFactory* AsContextFactory() OVERRIDE; |
virtual gfx::GLSurfaceHandle CreateSharedSurfaceHandle() OVERRIDE; |
virtual void DestroySharedSurfaceHandle( |