From 653f42f72a1ccb4a5d86cdf128993cbb5c9a310b Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Tue, 10 Jul 2018 10:07:31 -0400 Subject: Deinline some GrPathRenderer method and one GrDrawingMananger method. Removes circular dependencies from coming change. Some IWYU fallout from removing #includes from GrPathRenderer.h and GrDrawingManager.h Bug: skia: Change-Id: Ice377538e6d64b6a74a59e6140e1de9a58ab99bf Reviewed-on: https://skia-review.googlesource.com/140181 Commit-Queue: Brian Salomon Auto-Submit: Brian Salomon Reviewed-by: Greg Daniel --- tests/TessellatingPathRendererTests.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/TessellatingPathRendererTests.cpp') diff --git a/tests/TessellatingPathRendererTests.cpp b/tests/TessellatingPathRendererTests.cpp index 0c7a5ca4c5..2891131f90 100644 --- a/tests/TessellatingPathRendererTests.cpp +++ b/tests/TessellatingPathRendererTests.cpp @@ -7,12 +7,13 @@ #include "Test.h" -#include "SkPath.h" - #include "GrClip.h" #include "GrContext.h" #include "GrContextPriv.h" +#include "GrShape.h" +#include "GrStyle.h" #include "SkGradientShader.h" +#include "SkPath.h" #include "SkShaderBase.h" #include "effects/GrPorterDuffXferProcessor.h" #include "ops/GrTessellatingPathRenderer.h" -- cgit v1.2.3