Make onPrepareDraws const
authorjoshualitt <joshualitt@chromium.org>
Mon, 30 Nov 2015 20:30:13 +0000 (12:30 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 30 Nov 2015 20:30:13 +0000 (12:30 -0800)
commit144c3c8b7ff3ebc389b41211f3388fb24a7ff0c2
tree9339d400b3d47a8d0307f19419e3dacd62a6cf12
parent0cf5ecb67a2af5ec3ea20c5a189ff165ccb678c9
Make onPrepareDraws const

BUG=skia:

Review URL: https://codereview.chromium.org/1483103003
24 files changed:
gm/beziereffects.cpp
gm/convexpolyeffect.cpp
src/gpu/GrOvalRenderer.cpp
src/gpu/GrPathUtils.h
src/gpu/batches/GrAAConvexPathRenderer.cpp
src/gpu/batches/GrAADistanceFieldPathRenderer.cpp
src/gpu/batches/GrAAHairLinePathRenderer.cpp
src/gpu/batches/GrAALinearizingConvexPathRenderer.cpp
src/gpu/batches/GrAAStrokeRectBatch.cpp
src/gpu/batches/GrAtlasTextBatch.cpp
src/gpu/batches/GrAtlasTextBatch.h
src/gpu/batches/GrDefaultPathRenderer.cpp
src/gpu/batches/GrDrawAtlasBatch.cpp
src/gpu/batches/GrDrawAtlasBatch.h
src/gpu/batches/GrDrawVerticesBatch.cpp
src/gpu/batches/GrDrawVerticesBatch.h
src/gpu/batches/GrNinePatch.cpp
src/gpu/batches/GrNonAAStrokeRectBatch.cpp
src/gpu/batches/GrTInstanceBatch.h
src/gpu/batches/GrTessellatingPathRenderer.cpp
src/gpu/batches/GrTestBatch.h
src/gpu/batches/GrVertexBatch.h
src/gpu/effects/GrDashingEffect.cpp
tests/GrPorterDuffTest.cpp