Move StrokeRectBatches into .cpp files
authorjoshualitt <joshualitt@chromium.org>
Fri, 18 Sep 2015 14:12:55 +0000 (07:12 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 18 Sep 2015 14:12:56 +0000 (07:12 -0700)
commit3566d44d852b2fc1773e41e80c0c19610aa6d43b
treedf769ffed9375229721ef454a69527bff63b08fc
parent966e3d30baf676dc399dc9c97ef15cc2c4f8d461
Move StrokeRectBatches into .cpp files

BUG=skia:

Review URL: https://codereview.chromium.org/1353683003
12 files changed:
gyp/gpu.gypi
src/gpu/GrBatchTest.cpp
src/gpu/batches/GrAAStrokeRectBatch.cpp
src/gpu/batches/GrAAStrokeRectBatch.h
src/gpu/batches/GrNonAAFillRectBatch.cpp
src/gpu/batches/GrNonAAFillRectBatch.h
src/gpu/batches/GrNonAAStrokeRectBatch.cpp [new file with mode: 0644]
src/gpu/batches/GrNonAAStrokeRectBatch.h [new file with mode: 0644]
src/gpu/batches/GrRectBatchFactory.cpp
src/gpu/batches/GrRectBatchFactory.h
src/gpu/batches/GrStrokeRectBatch.cpp [deleted file]
src/gpu/batches/GrStrokeRectBatch.h [deleted file]