diff options
Diffstat (limited to 'cc/output/output_surface.h')
-rw-r--r-- | cc/output/output_surface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h index e0b13ec..3e3b085 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(); |