summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/texture_image_transport_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/texture_image_transport_surface.h')
-rw-r--r--content/common/gpu/texture_image_transport_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/texture_image_transport_surface.h b/content/common/gpu/texture_image_transport_surface.h
index a86ff27..ab3eb44 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 gpu::Mailbox& mailbox_name);
+ void BufferPresentedImpl(const std::string& mailbox_name);
// The framebuffer that represents this surface (service id). Allocated lazily
// in OnMakeCurrent.