aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DefaultPathRendererTest.cpp
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-05-22 10:48:08 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-22 17:12:35 +0000
commitd90cd3b2796b693b2d6af6fe13a8ca6c4795d80e (patch)
tree0f8a3eda2873a31c6dfb2dfb6e19154e6d498d68 /tests/DefaultPathRendererTest.cpp
parent7b376940e4722f0da14807bd3b18823d0f7c1964 (diff)
Revert "Revert "IWYU for tests starting with 'D'.""
This reverts commit edf8449d2c3663350b6b6e30d2fa4c70da02deef. Change-Id: Ibeedd9965855b3ccfe44486d15307bf3da15fd9c Reviewed-on: https://skia-review.googlesource.com/129516 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'tests/DefaultPathRendererTest.cpp')
-rw-r--r--tests/DefaultPathRendererTest.cpp23
1 files changed, 20 insertions, 3 deletions
diff --git a/tests/DefaultPathRendererTest.cpp b/tests/DefaultPathRendererTest.cpp
index 054708d14f..8619f5ce32 100644
--- a/tests/DefaultPathRendererTest.cpp
+++ b/tests/DefaultPathRendererTest.cpp
@@ -5,17 +5,34 @@
* found in the LICENSE file.
*/
-#include "Test.h"
-#include "SkBitmap.h"
+#include "SkTypes.h"
#if SK_SUPPORT_GPU
#include "GrClip.h"
+#include "GrColor.h"
+#include "GrContext.h"
+#include "GrContextFactory.h"
+#include "GrContextOptions.h"
+#include "GrContextPriv.h"
+#include "GrFragmentProcessor.h"
+#include "GrPaint.h"
#include "GrRenderTargetContext.h"
#include "GrStyle.h"
#include "GrTypesPriv.h"
-
+#include "SkBitmap.h"
+#include "SkColor.h"
+#include "SkColorSpace.h"
+#include "SkImageInfo.h"
+#include "SkMatrix.h"
+#include "SkPath.h"
+#include "SkRect.h"
+#include "SkRefCnt.h"
+#include "SkStrokeRec.h"
+#include "Test.h"
#include "effects/GrConstColorProcessor.h"
+#include <utility>
+
static void only_allow_default(GrContextOptions* options) {
options->fGpuPathRenderers = GpuPathRenderers::kNone;
}