diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2015-12-11 20:24:22 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2015-12-11 20:24:22 +0530 |
commit | f5eec35cb47722f35cb1412eab2c096bb22fd6cc (patch) | |
tree | 7db12ae811b50f407b5aece66771155075a19af6 | |
parent | 4e73a30b0072dcf93bd8faa18f6ed89b7b2ad245 (diff) | |
parent | d782ec16366d7306d9581ca1f2de4e1456e5896b (diff) | |
download | servo-f5eec35cb47722f35cb1412eab2c096bb22fd6cc.tar.gz servo-f5eec35cb47722f35cb1412eab2c096bb22fd6cc.zip |
Auto merge of #8888 - zmike:stubbed_my_skia, r=larsbergstrom
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
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8888)
<!-- Reviewable:end -->
-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); |