| 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 ab3eb4457330ca56bb11e4e68d8ddbbc248bf1d1..a86ff27e0945df6cdafbe810103c2c276ff3ae28 100644
|
| --- a/content/common/gpu/texture_image_transport_surface.h
|
| +++ b/content/common/gpu/texture_image_transport_surface.h
|
| @@ -74,7 +74,7 @@ class TextureImageTransportSurface
|
| void AttachBackTextureToFBO();
|
| void ReleaseBackTexture();
|
| void ReleaseFrontTexture();
|
| - void BufferPresentedImpl(const std::string& mailbox_name);
|
| + void BufferPresentedImpl(const gpu::Mailbox& mailbox_name);
|
|
|
| // The framebuffer that represents this surface (service id). Allocated lazily
|
| // in OnMakeCurrent.
|
|
|