| Index: Source/core/html/canvas/WebGLRenderingContextBase.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.h b/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| index e6f989c6494f63dba15f6b11284df3223efeca28..9204f9b938b840fa2a897e2ece304889f4754386 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| +++ b/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| @@ -558,6 +558,7 @@ protected:
|
| bool m_layerCleared;
|
| GLfloat m_clearColor[4];
|
| bool m_scissorEnabled;
|
| + IntRect m_flippedScissorBox;
|
| GLfloat m_clearDepth;
|
| GLint m_clearStencil;
|
| GLboolean m_colorMask[4];
|
|
|