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 c8fece97b4f13e57c9b058df07e65e07de667a1d..1c5e0a79efc63bf1a6c3c31672d85ba92d46a28c 100644 |
--- a/content/renderer/android/synchronous_compositor_factory.h |
+++ b/content/renderer/android/synchronous_compositor_factory.h |
@@ -49,6 +49,7 @@ class SynchronousCompositorFactory { |
GetCompositorTaskRunner() = 0; |
virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface( |
int routing_id, |
+ uint32_t output_surface_id, |
const scoped_refptr<FrameSwapMessageQueue>& frame_swap_message_queue, |
const scoped_refptr<cc::ContextProvider>& onscreen_context, |
const scoped_refptr<cc::ContextProvider>& worker_context) = 0; |