aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-12-14 11:08:17 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-14 19:27:40 +0000
commit6a639040bc3ee5369d86c9cb5b9047208beb5206 (patch)
tree8498b5e6ce910868b3c9943ec708406219c8fcca /gn
parentb7ce80b7149209dfcdb8757d39a627e8dcccefea (diff)
Update rect ops to use "op" in their name and return sk_sp.
Change-Id: I757c33d1cd17a7a7dda858f0fc5ab1094e3c2472 Reviewed-on: https://skia-review.googlesource.com/5985 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/gpu.gni26
1 files changed, 13 insertions, 13 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index b8306f3de5..be77f11302 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -237,12 +237,12 @@ skia_gpu_sources = [
"$_src/gpu/batches/GrAADistanceFieldPathRenderer.h",
"$_src/gpu/batches/GrAAConvexPathRenderer.cpp",
"$_src/gpu/batches/GrAAConvexPathRenderer.h",
- "$_src/gpu/batches/GrAAFillRectBatch.cpp",
- "$_src/gpu/batches/GrAAFillRectBatch.h",
- "$_src/gpu/batches/GrAAStrokeRectBatch.cpp",
- "$_src/gpu/batches/GrAAStrokeRectBatch.h",
- "$_src/gpu/batches/GrAnalyticRectBatch.cpp",
- "$_src/gpu/batches/GrAnalyticRectBatch.h",
+ "$_src/gpu/batches/GrAAFillRectOp.cpp",
+ "$_src/gpu/batches/GrAAFillRectOp.h",
+ "$_src/gpu/batches/GrAAStrokeRectOp.cpp",
+ "$_src/gpu/batches/GrAAStrokeRectOp.h",
+ "$_src/gpu/batches/GrAnalyticRectOp.cpp",
+ "$_src/gpu/batches/GrAnalyticRectOp.h",
"$_src/gpu/batches/GrAtlasTextBatch.cpp",
"$_src/gpu/batches/GrAtlasTextBatch.h",
"$_src/gpu/batches/GrClearBatch.h",
@@ -264,19 +264,19 @@ skia_gpu_sources = [
"$_src/gpu/batches/GrDrawVerticesBatch.h",
"$_src/gpu/batches/GrMSAAPathRenderer.cpp",
"$_src/gpu/batches/GrMSAAPathRenderer.h",
- "$_src/gpu/batches/GrNonAAFillRectBatch.h",
- "$_src/gpu/batches/GrNonAAFillRectBatch.cpp",
- "$_src/gpu/batches/GrNonAAFillRectPerspectiveBatch.cpp",
- "$_src/gpu/batches/GrNonAAStrokeRectBatch.cpp",
- "$_src/gpu/batches/GrNonAAStrokeRectBatch.h",
+ "$_src/gpu/batches/GrNonAAFillRectOp.h",
+ "$_src/gpu/batches/GrNonAAFillRectOp.cpp",
+ "$_src/gpu/batches/GrNonAAFillRectPerspectiveOp.cpp",
+ "$_src/gpu/batches/GrNonAAStrokeRectOp.cpp",
+ "$_src/gpu/batches/GrNonAAStrokeRectOp.h",
"$_src/gpu/batches/GrNinePatch.cpp",
"$_src/gpu/batches/GrNinePatch.h",
"$_src/gpu/batches/GrOp.cpp",
"$_src/gpu/batches/GrOp.h",
"$_src/gpu/batches/GrPLSPathRenderer.cpp",
"$_src/gpu/batches/GrPLSPathRenderer.h",
- "$_src/gpu/batches/GrRectBatchFactory.h",
- "$_src/gpu/batches/GrRectBatchFactory.cpp",
+ "$_src/gpu/batches/GrRectOpFactory.h",
+ "$_src/gpu/batches/GrRectOpFactory.cpp",
"$_src/gpu/batches/GrRegionBatch.cpp",
"$_src/gpu/batches/GrRegionBatch.h",
"$_src/gpu/batches/GrShadowRRectBatch.cpp",