aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-09-01 06:50:55 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-01 06:50:55 -0700
commit6335a729769b06f0d6a1450c7c02e03f95bbb049 (patch)
tree86463f9ac9a06a6cc7d333e3cfcdfe602245f8b7 /tests
parentfbccb5995dcda645a3a8af51805639cb0c0d2300 (diff)
Move PathRenderers to batches folder
Diffstat (limited to 'tests')
-rw-r--r--tests/TessellatingPathRendererTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TessellatingPathRendererTests.cpp b/tests/TessellatingPathRendererTests.cpp
index c2bbf889bc..ae648accde 100644
--- a/tests/TessellatingPathRendererTests.cpp
+++ b/tests/TessellatingPathRendererTests.cpp
@@ -9,9 +9,9 @@
#if SK_SUPPORT_GPU
#include "GrContextFactory.h"
-#include "GrTessellatingPathRenderer.h"
#include "GrTest.h"
#include "Test.h"
+#include "batches/GrTessellatingPathRenderer.h"
/*
* These tests pass by not crashing, hanging or asserting in Debug.