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 1a80ff4ba70..5261a6db087 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -304,7 +304,7 @@ impl Servo { }; // Get GL bindings - let webrender_gl = rendering_context.gl_api(); + let webrender_gl = rendering_context.gleam_gl_api(); // Make sure the gl context is made current. if let Err(err) = rendering_context.make_current() { |