diff options
author | zmike <i@zmike.ninja> | 2015-12-08 11:02:48 -0500 |
---|---|---|
committer | zmike <i@zmike.ninja> | 2015-12-08 11:02:48 -0500 |
commit | d782ec16366d7306d9581ca1f2de4e1456e5896b (patch) | |
tree | 281a36b1191d68632f67827c06b1a474359a770f | |
parent | 95e6b1d101ca1a1019b8fea1a13a5ef37430901f (diff) | |
download | servo-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.rs | 2 |
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); |