| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| index 1df44f055576f6ce68b768c595dd33c798cd93e0..457cea5f4bf0c3e3787dcb6ace42ec5fd8913e97 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| @@ -754,6 +754,8 @@ protected:
|
|
|
| // Errors raised by synthesizeGLError() while the context is lost.
|
| Vector<GLenum> m_lostContextErrors;
|
| + // Other errors raised by synthesizeGLError().
|
| + Vector<GLenum> m_syntheticErrors;
|
|
|
| bool m_isWebGL2FormatsTypesAdded;
|
| bool m_isWebGL2InternalFormatsCopyTexImageAdded;
|
|
|