| Index: src/gpu/gl/GrGLCaps.cpp
|
| diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
|
| index 7c7b5d45bd620ce27c0853982df1807df7ab15da..fdf6cacc08bb41dccab4cb467aabc857a08823fd 100644
|
| --- a/src/gpu/gl/GrGLCaps.cpp
|
| +++ b/src/gpu/gl/GrGLCaps.cpp
|
| @@ -24,6 +24,7 @@ void GrGLCaps::reset() {
|
| fMSFBOType = kNone_MSFBOType;
|
| fFBFetchType = kNone_FBFetchType;
|
| fInvalidateFBType = kNone_InvalidateFBType;
|
| + fLATCAlias = kLATC_LATCAlias;
|
| fMapBufferType = kNone_MapBufferType;
|
| fMaxFragmentUniformVectors = 0;
|
| fMaxVertexAttributes = 0;
|
| @@ -58,6 +59,7 @@ GrGLCaps& GrGLCaps::operator= (const GrGLCaps& caps) {
|
| fVerifiedColorConfigs = caps.fVerifiedColorConfigs;
|
| fStencilFormats = caps.fStencilFormats;
|
| fStencilVerifiedColorConfigs = caps.fStencilVerifiedColorConfigs;
|
| + fLATCAlias = caps.fLATCAlias;
|
| fMaxFragmentUniformVectors = caps.fMaxFragmentUniformVectors;
|
| fMaxVertexAttributes = caps.fMaxVertexAttributes;
|
| fMaxFragmentTextureUnits = caps.fMaxFragmentTextureUnits;
|
|
|