aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawOpTest.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-07-14 15:27:56 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-19 15:21:05 +0000
commitfc26f3ca5f8f01b4ef47fd7ced4c589205e45ae8 (patch)
treea7309c79bd5d4e2961a03f5eab22ea4458315a1a /src/gpu/GrDrawOpTest.h
parent883c9bce671fb955574a6c0e46f57f57189bd6c6 (diff)
Remove GrAnalyticRectOp, the last legacy GrMeshDrawOp
Change-Id: I2b8d1f4c1585af4a157d269a526874bccc74ac81 Reviewed-on: https://skia-review.googlesource.com/23484 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/GrDrawOpTest.h')
-rw-r--r--src/gpu/GrDrawOpTest.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/GrDrawOpTest.h b/src/gpu/GrDrawOpTest.h
index b77fe48bf7..57d5afb1c7 100644
--- a/src/gpu/GrDrawOpTest.h
+++ b/src/gpu/GrDrawOpTest.h
@@ -31,10 +31,6 @@ void GrDrawRandomOp(SkRandom*, GrRenderTargetContext*, GrPaint&&);
friend std::unique_ptr<GrDrawOp> Op##__Test(GrPaint&& paint, SkRandom* random, \
GrContext* context, GrFSAAType fsaaType)
-/** Variations for GrLegacyMeshDrawOps. To be deleted. */
-#define GR_LEGACY_MESH_DRAW_OP_TEST_DEFINE(Op) \
- std::unique_ptr<GrLegacyMeshDrawOp> Op##__Test(SkRandom* random, GrContext* context)
-
/** Helper for op test factories to pick a random stencil state. */
const GrUserStencilSettings* GrGetRandomStencil(SkRandom* random, GrContext*);