From eed61283770799292615aede81934f4e794621b7 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 17 Apr 2018 14:14:51 -0400 Subject: IWYU for some more test files starting with 'C'. Change-Id: I010527b342cbfa0b425ef0d00966219413d9e77d Reviewed-on: https://skia-review.googlesource.com/121886 Reviewed-by: Herb Derby Commit-Queue: Ben Wagner --- tests/CopySurfaceTest.cpp | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'tests/CopySurfaceTest.cpp') diff --git a/tests/CopySurfaceTest.cpp b/tests/CopySurfaceTest.cpp index 9574208564..acdc2b9f5d 100644 --- a/tests/CopySurfaceTest.cpp +++ b/tests/CopySurfaceTest.cpp @@ -1,4 +1,3 @@ - /* * Copyright 2016 Google Inc. * @@ -6,16 +5,26 @@ * found in the LICENSE file. */ -#include -#include "Test.h" +#include "SkTypes.h" #if SK_SUPPORT_GPU #include "GrContext.h" +#include "GrContextFactory.h" #include "GrContextPriv.h" +#include "GrSurfaceContext.h" +#include "GrSurfaceProxy.h" #include "GrTextureProxy.h" +#include "GrTypes.h" #include "ProxyUtils.h" - +#include "SkImageInfo.h" +#include "SkPoint.h" +#include "SkRect.h" +#include "SkRefCnt.h" +#include "SkTemplates.h" #include "SkUtils.h" +#include "Test.h" + +#include DEF_GPUTEST_FOR_RENDERING_CONTEXTS(CopySurface, reporter, ctxInfo) { GrContext* context = ctxInfo.grContext(); -- cgit v1.2.3