| Index: content/renderer/gpu/delegated_compositor_output_surface.h
|
| diff --git a/content/renderer/gpu/delegated_compositor_output_surface.h b/content/renderer/gpu/delegated_compositor_output_surface.h
|
| index 061f1d396671a395bf12d6cb1e437ebf64929498..cbf37cdcaa0ab73e1a2bd59ad9f30cc9d9e31981 100644
|
| --- a/content/renderer/gpu/delegated_compositor_output_surface.h
|
| +++ b/content/renderer/gpu/delegated_compositor_output_surface.h
|
| @@ -9,7 +9,7 @@
|
| #include "content/renderer/gpu/compositor_output_surface.h"
|
|
|
| namespace content {
|
| -class FrameSwapMessageQueue;
|
| +class FrameUpdateMessageQueue;
|
|
|
| class DelegatedCompositorOutputSurface : public CompositorOutputSurface {
|
| public:
|
| @@ -19,7 +19,7 @@ class DelegatedCompositorOutputSurface : public CompositorOutputSurface {
|
| const scoped_refptr<ContextProviderCommandBuffer>& context_provider,
|
| const scoped_refptr<ContextProviderCommandBuffer>&
|
| worker_context_provider,
|
| - scoped_refptr<FrameSwapMessageQueue> swap_frame_message_queue);
|
| + scoped_refptr<FrameUpdateMessageQueue> swap_frame_message_queue);
|
| ~DelegatedCompositorOutputSurface() override {}
|
| };
|
|
|
|
|