| Index: ui/gl/gl_implementation.h
|
| diff --git a/ui/gl/gl_implementation.h b/ui/gl/gl_implementation.h
|
| index 6f4eaf7fa0d70f9932aee983c5741e7530d409fc..7319b47c4dc826afdea4269f2584c2a0cf842c22 100644
|
| --- a/ui/gl/gl_implementation.h
|
| +++ b/ui/gl/gl_implementation.h
|
| @@ -27,10 +27,12 @@ enum GLImplementation {
|
| kGLImplementationMockGL
|
| };
|
|
|
| -struct GLWindowSystemBindingInfo {
|
| +struct GL_EXPORT GLWindowSystemBindingInfo {
|
| + GLWindowSystemBindingInfo();
|
| std::string vendor;
|
| std::string version;
|
| std::string extensions;
|
| + bool direct_rendering;
|
| };
|
|
|
| void GetAllowedGLImplementations(std::vector<GLImplementation>* impls);
|
|
|