| Index: src/gpu/GrTextContext.cpp
|
| ===================================================================
|
| --- src/gpu/GrTextContext.cpp (revision 7929)
|
| +++ src/gpu/GrTextContext.cpp (working copy)
|
| @@ -189,8 +189,8 @@
|
| if (NULL == fVertices) {
|
| // position + texture coord
|
| static const GrVertexAttrib kVertexAttribs[] = {
|
| - GrVertexAttrib(kVec2f_GrVertexAttribType, 0),
|
| - GrVertexAttrib(kVec2f_GrVertexAttribType, sizeof(GrPoint))
|
| + {kVec2f_GrVertexAttribType, 0},
|
| + {kVec2f_GrVertexAttribType, sizeof(GrPoint)}
|
| };
|
| static const GrAttribBindings kAttribBindings = GrDrawState::ExplicitTexCoordAttribBindingsBit(kGlyphMaskStage);
|
|
|
|
|