Index: content/browser/renderer_host/render_widget_host_view_aura.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_aura.h (revision 186756) |
+++ content/browser/renderer_host/render_widget_host_view_aura.h (working copy) |
@@ -44,10 +44,6 @@ |
class Display; |
} |
-namespace gpu { |
-struct Mailbox; |
-} |
- |
namespace ui { |
class CompositorLock; |
class InputMethod; |
@@ -364,12 +360,12 @@ |
// The common entry point for full buffer updates from renderer |
// and GPU process. |
void BuffersSwapped(const gfx::Size& size, |
- const gpu::Mailbox& mailbox_name, |
+ const std::string& mailbox_name, |
const BufferPresentedCallback& ack_callback); |
bool SwapBuffersPrepare(const gfx::Rect& surface_rect, |
const gfx::Rect& damage_rect, |
- const gpu::Mailbox& mailbox_name, |
+ const std::string& mailbox_name, |
const BufferPresentedCallback& ack_callback); |
void SwapBuffersCompleted( |