diff options
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r-- | components/servo/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs index f31cc1fcd24..2f67d563991 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -747,7 +747,7 @@ fn create_constellation( GLContextFactory::current_osmesa_handle() } else { let dispatcher = Box::new(MainThreadDispatcher::new(compositor_proxy.clone())) as Box<_>; - GLContextFactory::current_native_handle(dispatcher) + GLContextFactory::current_native_handle(dispatcher, window_gl.get_type()) }; let (external_image_handlers, external_images) = WebrenderExternalImageHandlers::new(); |