mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
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 -->
This commit is contained in:
commit
f5eec35cb4
1 changed files with 2 additions and 0 deletions
|
@ -51,3 +51,5 @@ stub!(cef_string_wide_to_utf16);
|
||||||
stub!(cef_unregister_internal_web_plugin);
|
stub!(cef_unregister_internal_web_plugin);
|
||||||
stub!(cef_visit_web_plugin_info);
|
stub!(cef_visit_web_plugin_info);
|
||||||
|
|
||||||
|
//from skia
|
||||||
|
stub!(gluCheckExtension);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue