| 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 6dc5dd2719681574bdc18c8faa31c4fd8a7c2160..4d77725ce87de4dc4f301a03f3700b3197564791 100644
|
| --- a/content/common/gpu/texture_image_transport_surface.h
|
| +++ b/content/common/gpu/texture_image_transport_surface.h
|
| @@ -75,6 +75,7 @@ class TextureImageTransportSurface :
|
| void CreateBackTexture(const gfx::Size& size);
|
| void ReleaseBackTexture();
|
| void AttachBackTextureToFBO();
|
| + void ReleaseParentStub();
|
| int back() const { return 1 - front_; }
|
|
|
| // The framebuffer that represents this surface (service id). Allocated lazily
|
|
|