aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/TessellatingPathRendererTests.cpp
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-03-09 09:03:58 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-09 14:39:24 +0000
commitc65aec97619682b2c0191554f44ddf35f618a94d (patch)
treed88683d594b32b9604d98e9a31840c2d77312c7c /tests/TessellatingPathRendererTests.cpp
parent4eed4c885050132b7131324ea336ad0f6d977fef (diff)
Make GrClip.h private
BUG=skia: Change-Id: I4aa3c2707811ece3a63d161035e316c3bbc1cd15 Reviewed-on: https://skia-review.googlesource.com/9482 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'tests/TessellatingPathRendererTests.cpp')
-rw-r--r--tests/TessellatingPathRendererTests.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/TessellatingPathRendererTests.cpp b/tests/TessellatingPathRendererTests.cpp
index 548be4b3a5..8579c4dcbd 100644
--- a/tests/TessellatingPathRendererTests.cpp
+++ b/tests/TessellatingPathRendererTests.cpp
@@ -10,9 +10,10 @@
#include "SkPath.h"
#if SK_SUPPORT_GPU
+#include "GrClip.h"
#include "GrContext.h"
-#include "ops/GrTessellatingPathRenderer.h"
#include "SkGradientShader.h"
+#include "ops/GrTessellatingPathRenderer.h"
/*
* These tests pass by not crashing, hanging or asserting in Debug.