Index: cc/output/output_surface.h |
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h |
index e0b13ece972c7e772ecd2f69a366635ed650b6a7..3e3b085dcff57109232fbceaa78c11a3b57cf2dd 100644 |
--- a/cc/output/output_surface.h |
+++ b/cc/output/output_surface.h |
@@ -157,7 +157,8 @@ class CC_EXPORT OutputSurface { |
// Synchronously initialize context3d and enter hardware mode. |
// This can only supported in threaded compositing mode. |
bool InitializeAndSetContext3d( |
- scoped_refptr<ContextProvider> context_provider); |
+ scoped_refptr<ContextProvider> context_provider, |
+ scoped_refptr<ContextProvider> worker_context_provider); |
void ReleaseGL(); |
void PostSwapBuffersComplete(); |