| Index: ui/gl/gl_egl_api_implementation.h
|
| diff --git a/ui/gl/gl_egl_api_implementation.h b/ui/gl/gl_egl_api_implementation.h
|
| index 46f5f842961de97fc5fe7ab6c897fd3653823e69..2651097d5655f2c60720bce1a5882521f7065ce8 100644
|
| --- a/ui/gl/gl_egl_api_implementation.h
|
| +++ b/ui/gl/gl_egl_api_implementation.h
|
| @@ -50,6 +50,8 @@ class GL_EXPORT RealEGLApi : public EGLApiBase {
|
|
|
| const char* eglQueryStringFn(EGLDisplay dpy, EGLint name) override;
|
|
|
| + std::set<std::string> GetEnabledExtensions() const;
|
| +
|
| private:
|
| // Filtered EGL_EXTENSIONS we return to eglQueryStringFn() calls.
|
| std::vector<std::string> disabled_exts_;
|
|
|