Index: content/renderer/android/synchronous_compositor_factory.h |
diff --git a/content/renderer/android/synchronous_compositor_factory.h b/content/renderer/android/synchronous_compositor_factory.h |
index 58785bb3af6b7642dca5f9af792b2681b876e641..e777f0ace5d42e36a9eaa528bbf37af44e46d454 100644 |
--- a/content/renderer/android/synchronous_compositor_factory.h |
+++ b/content/renderer/android/synchronous_compositor_factory.h |
@@ -28,6 +28,7 @@ namespace content { |
class InputHandlerManagerClient; |
class StreamTextureFactory; |
+class FrameSwapMessageQueue; |
// Decouples creation from usage of the parts needed for the synchonous |
// compositor rendering path. In practice this is only used in single |
@@ -43,7 +44,8 @@ class SynchronousCompositorFactory { |
virtual scoped_refptr<base::MessageLoopProxy> |
GetCompositorMessageLoop() = 0; |
virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface( |
- int routing_id) = 0; |
+ int routing_id, |
+ scoped_refptr<FrameSwapMessageQueue> frame_swap_message_queue) = 0; |
// The factory maintains ownership of the returned interface. |
virtual InputHandlerManagerClient* GetInputHandlerManagerClient() = 0; |