aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzmike <i@zmike.ninja>2015-12-08 11:02:48 -0500
committerzmike <i@zmike.ninja>2015-12-08 11:02:48 -0500
commitd782ec16366d7306d9581ca1f2de4e1456e5896b (patch)
tree281a36b1191d68632f67827c06b1a474359a770f
parent95e6b1d101ca1a1019b8fea1a13a5ef37430901f (diff)
downloadservo-d782ec16366d7306d9581ca1f2de4e1456e5896b.tar.gz
servo-d782ec16366d7306d9581ca1f2de4e1456e5896b.zip
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
-rw-r--r--ports/cef/stubs.rs2
1 files changed, 2 insertions, 0 deletions
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);