Index: trunk/src/content/common/gpu/texture_image_transport_surface.h |
=================================================================== |
--- trunk/src/content/common/gpu/texture_image_transport_surface.h (revision 251280) |
+++ trunk/src/content/common/gpu/texture_image_transport_surface.h (working copy) |
@@ -74,7 +74,7 @@ |
void AttachBackTextureToFBO(); |
void ReleaseBackTexture(); |
void ReleaseFrontTexture(); |
- void BufferPresentedImpl(const gpu::Mailbox& mailbox_name); |
+ void BufferPresentedImpl(const std::string& mailbox_name); |
// The framebuffer that represents this surface (service id). Allocated lazily |
// in OnMakeCurrent. |