| Index: src/gpu/gl/GrGLGpu.cpp
|
| diff --git a/src/gpu/gl/GrGLGpu.cpp b/src/gpu/gl/GrGLGpu.cpp
|
| index 62baf7900283a90101d5607acd5ccad86d688d09..3a293610f2f8e34fcc79c41462822274207c1bae 100644
|
| --- a/src/gpu/gl/GrGLGpu.cpp
|
| +++ b/src/gpu/gl/GrGLGpu.cpp
|
| @@ -214,8 +214,6 @@ GrGLGpu::GrGLGpu(GrGLContext* ctx, GrContext* context)
|
|
|
| fProgramCache = new ProgramCache(this);
|
|
|
| - SkASSERT(this->glCaps().maxVertexAttributes() >= GrGeometryProcessor::kMaxVertexAttribs);
|
| -
|
| fHWProgramID = 0;
|
| fTempSrcFBOID = 0;
|
| fTempDstFBOID = 0;
|
|
|