whitespace change to context to force rebuild of skia

NOTREECHECKS=True
NOTRY=True
TBR=
BUG=skia:

Review URL: https://codereview.chromium.org/807663002
This commit is contained in:
joshualitt 2014-12-15 14:55:30 -08:00 committed by Commit bot
parent 9b98932ada
commit a047f12bd7

View File

@ -819,7 +819,6 @@ static const GrGeometryProcessor* set_vertex_attributes(const SkPoint* texCoords
GrColor color) {
*texOffset = -1;
*colorOffset = -1;
uint32_t flags = GrDefaultGeoProcFactory::kPosition_GPType;
if (texCoords && colors) {
*colorOffset = sizeof(SkPoint);