From d782ec16366d7306d9581ca1f2de4e1456e5896b Mon Sep 17 00:00:00 2001 From: zmike Date: Tue, 8 Dec 2015 11:02:48 -0500 Subject: [PATCH] stub out gluCheckExtension in embedding this is called from src/gpu/gl/unix/SkNativeGLContext_unix.cpp which is not something that is used in servo ref #8883 --- ports/cef/stubs.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/cef/stubs.rs b/ports/cef/stubs.rs index 52519cfec45..84b299f1bf4 100644 --- a/ports/cef/stubs.rs +++ b/ports/cef/stubs.rs @@ -51,3 +51,5 @@ stub!(cef_string_wide_to_utf16); stub!(cef_unregister_internal_web_plugin); stub!(cef_visit_web_plugin_info); +//from skia +stub!(gluCheckExtension);