Modify GrTessellator to use a VertexList where possible.
authorStephen White <senorblanco@chromium.org>
Wed, 4 Jan 2017 20:43:26 +0000 (15:43 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Wed, 4 Jan 2017 21:30:03 +0000 (21:30 +0000)
commitbf6137e08b703abd98b3e4d938e1cccef2350f4e
treea2db3f2ca2e465440d86afd0ce4e2724cc0500a0
parent464e6a1b5a0598eb1805fa6c11f515466346704f
Modify GrTessellator to use a VertexList where possible.

Prefer VertexList to a bare Vertex*. Also fix some 100-col issues.

This should have no user-visible impact.

Change-Id: I8fa260d5417c9832256529c232f532e69238fca0
Reviewed-on: https://skia-review.googlesource.com/6502
Commit-Queue: Stephan White <senorblanco@chromium.org>
Reviewed-by: Brian Salomon <bsalomon@google.com>
src/gpu/GrTessellator.cpp