diff options
Diffstat (limited to 'src/gpu/gl/GrGLGpu.h')
-rw-r--r-- | src/gpu/gl/GrGLGpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h index 7cbca0108d..b93080b700 100644 --- a/src/gpu/gl/GrGLGpu.h +++ b/src/gpu/gl/GrGLGpu.h @@ -312,6 +312,8 @@ private: GrGLuint fTempSrcFBOID; GrGLuint fTempDstFBOID; + GrGLuint fStencilClearFBOID; + // last scissor / viewport scissor state seen by the GL. struct { TriState fEnabled; |