Index: content/browser/aura/gpu_process_transport_factory.cc |
diff --git a/content/browser/aura/gpu_process_transport_factory.cc b/content/browser/aura/gpu_process_transport_factory.cc |
index ff0d4b9125f765044190b7d7b10144e187a839f3..77fdbc4402f276d3eb48e3e3a04a8d6120b21046 100644 |
--- a/content/browser/aura/gpu_process_transport_factory.cc |
+++ b/content/browser/aura/gpu_process_transport_factory.cc |
@@ -233,12 +233,6 @@ GpuProcessTransportFactory::CreateOffscreenCommandBufferContext() { |
return CreateContextCommon(swap_client, 0); |
} |
-scoped_ptr<WebKit::WebGraphicsContext3D> |
-GpuProcessTransportFactory::CreateOffscreenContext() { |
- return CreateOffscreenCommandBufferContext() |
- .PassAs<WebKit::WebGraphicsContext3D>(); |
-} |
- |
scoped_ptr<cc::OutputSurface> GpuProcessTransportFactory::CreateOutputSurface( |
ui::Compositor* compositor) { |
PerCompositorData* data = per_compositor_data_[compositor]; |