aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/OnFlushCallbackTest.cpp
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-07-14 12:00:43 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-14 17:23:34 +0000
commit8abb9f45379823f417371d3e99f42629fbccd579 (patch)
treee297fe379ae89286fa3c641456a8e82dc16fbb52 /tests/OnFlushCallbackTest.cpp
parentfc4ee229a653d0e9d71f828e513c9d458c1eab57 (diff)
Remove GrTestMeshDrawOp
Change-Id: If7465391b5e704b16b3ded2a73fafe088e2ea8e0 Reviewed-on: https://skia-review.googlesource.com/23384 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'tests/OnFlushCallbackTest.cpp')
-rw-r--r--tests/OnFlushCallbackTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/OnFlushCallbackTest.cpp b/tests/OnFlushCallbackTest.cpp
index 7a6738e9f4..c7503bcaad 100644
--- a/tests/OnFlushCallbackTest.cpp
+++ b/tests/OnFlushCallbackTest.cpp
@@ -19,7 +19,6 @@
#include "GrQuad.h"
#include "effects/GrSimpleTextureEffect.h"
#include "ops/GrSimpleMeshDrawOpHelper.h"
-#include "ops/GrTestMeshDrawOp.h"
namespace {
// This is a simplified mesh drawing op that can be used in the atlas generation test.