| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index 37f6225b70e38c1e2eebfd1517cc34e4681b3a11..08956e9960015792f49793fa43b3f550fa9c92d5 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -40,6 +40,10 @@ class Canvas;
|
| class Display;
|
| }
|
|
|
| +namespace gpu {
|
| +struct Mailbox;
|
| +}
|
| +
|
| namespace ui {
|
| class CompositorLock;
|
| class InputMethod;
|
| @@ -355,12 +359,12 @@ class RenderWidgetHostViewAura
|
| // The common entry point for full buffer updates from renderer
|
| // and GPU process.
|
| void BuffersSwapped(const gfx::Size& size,
|
| - const std::string& mailbox_name,
|
| + const gpu::Mailbox& mailbox_name,
|
| const BufferPresentedCallback& ack_callback);
|
|
|
| bool SwapBuffersPrepare(const gfx::Rect& surface_rect,
|
| const gfx::Rect& damage_rect,
|
| - const std::string& mailbox_name,
|
| + const gpu::Mailbox& mailbox_name,
|
| const BufferPresentedCallback& ack_callback);
|
|
|
| void SwapBuffersCompleted(
|
|
|