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
This commit is contained in:
zmike 2015-12-08 11:02:48 -05:00
parent 95e6b1d101
commit d782ec1636

View file

@ -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);