| Index: content/common/gpu/texture_image_transport_surface.h
|
| diff --git a/content/common/gpu/texture_image_transport_surface.h b/content/common/gpu/texture_image_transport_surface.h
|
| index 19ed88c32fb7615465c99c72611cf0ac3d800e15..f1b84b649092221fcf23790ec9c75a28b31d22ca 100644
|
| --- a/content/common/gpu/texture_image_transport_surface.h
|
| +++ b/content/common/gpu/texture_image_transport_surface.h
|
| @@ -110,9 +110,9 @@ class TextureImageTransportSurface :
|
| gfx::GLSurfaceHandle handle_;
|
| GpuCommandBufferStub* parent_stub_;
|
|
|
| - // The offscreeb surface used to make the context current. However note that
|
| - // the actual rendering is always redirected to an FBO.
|
| - scoped_refptr<GLSurface> surface_;
|
| + // The singleton offscreen surface used to make the context current. However
|
| + // note that the actual rendering is always redirected to an FBO.
|
| + static scoped_refptr<GLSurface> surface_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TextureImageTransportSurface);
|
| };
|
|
|