Index: content/renderer/gpu/mailbox_output_surface.cc |
diff --git a/content/renderer/gpu/mailbox_output_surface.cc b/content/renderer/gpu/mailbox_output_surface.cc |
index dbf7acbf7bb92c7bb0f845eedb1176184133d8e2..5fe6789f9f85fc0c5b94d6949be9ef21ef05dfba 100644 |
--- a/content/renderer/gpu/mailbox_output_surface.cc |
+++ b/content/renderer/gpu/mailbox_output_surface.cc |
@@ -9,7 +9,7 @@ |
#include "cc/output/compositor_frame_ack.h" |
#include "cc/output/gl_frame_data.h" |
#include "cc/resources/resource_provider.h" |
-#include "content/renderer/gpu/frame_swap_message_queue.h" |
+#include "content/renderer/gpu/frame_update_message_queue.h" |
#include "gpu/command_buffer/client/gles2_interface.h" |
#include "third_party/khronos/GLES2/gl2.h" |
#include "third_party/khronos/GLES2/gl2ext.h" |
@@ -28,7 +28,7 @@ MailboxOutputSurface::MailboxOutputSurface( |
const scoped_refptr<ContextProviderCommandBuffer>& context_provider, |
const scoped_refptr<ContextProviderCommandBuffer>& worker_context_provider, |
scoped_ptr<cc::SoftwareOutputDevice> software_device, |
- scoped_refptr<FrameSwapMessageQueue> swap_frame_message_queue, |
+ scoped_refptr<FrameUpdateMessageQueue> swap_frame_message_queue, |
cc::ResourceFormat format) |
: CompositorOutputSurface(routing_id, |
output_surface_id, |