| Index: ui/gl/gl_switches.h
|
| diff --git a/ui/gl/gl_switches.h b/ui/gl/gl_switches.h
|
| index 5edf397857a25ada260d633cee111b17a0edb312..dc6a06345e20ff8d5fa3d14a7475326101707d84 100644
|
| --- a/ui/gl/gl_switches.h
|
| +++ b/ui/gl/gl_switches.h
|
| @@ -19,6 +19,7 @@ GL_EXPORT extern const char kGLImplementationEGLName[];
|
| GL_EXPORT extern const char kGLImplementationANGLEName[];
|
| GL_EXPORT extern const char kGLImplementationSwiftShaderName[];
|
| extern const char kGLImplementationMockName[];
|
| +extern const char kGLImplementationStubName[];
|
|
|
| GL_EXPORT extern const char kANGLEImplementationDefaultName[];
|
| GL_EXPORT extern const char kANGLEImplementationD3D9Name[];
|
|
|