| Index: content/browser/compositor/gpu_process_transport_factory.h
|
| diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h
|
| index f9a55f3bdc235175856f134f6e82d51ef13d817e..eede2342ac8ab58034230340a8a80efde3bb6c2e 100644
|
| --- a/content/browser/compositor/gpu_process_transport_factory.h
|
| +++ b/content/browser/compositor/gpu_process_transport_factory.h
|
| @@ -43,8 +43,7 @@ class GpuProcessTransportFactory
|
| CreateOffscreenCommandBufferContext();
|
|
|
| // ui::ContextFactory implementation.
|
| - void CreateOutputSurface(base::WeakPtr<ui::Compositor> compositor,
|
| - bool software_fallback) override;
|
| + void CreateOutputSurface(base::WeakPtr<ui::Compositor> compositor) override;
|
| scoped_refptr<ui::Reflector> CreateReflector(ui::Compositor* source,
|
| ui::Layer* target) override;
|
| void RemoveReflector(scoped_refptr<ui::Reflector> reflector) override;
|
| @@ -75,7 +74,8 @@ class GpuProcessTransportFactory
|
|
|
| PerCompositorData* CreatePerCompositorData(ui::Compositor* compositor);
|
| void EstablishedGpuChannel(base::WeakPtr<ui::Compositor> compositor,
|
| - bool create_software_renderer);
|
| + bool create_gpu_output_surface,
|
| + int num_attempts);
|
| scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateContextCommon(
|
| scoped_refptr<GpuChannelHost> gpu_channel_host,
|
| int surface_id);
|
|
|