aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CopySurfaceTest.cpp
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-04-17 14:14:51 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-17 19:33:14 +0000
commiteed61283770799292615aede81934f4e794621b7 (patch)
tree9fb37aca9647dfda93e0c8ce0668daf55b8d44e1 /tests/CopySurfaceTest.cpp
parent21a0380655b03a2593ccf658b38ef0ec6336367c (diff)
IWYU for some more test files starting with 'C'.
Change-Id: I010527b342cbfa0b425ef0d00966219413d9e77d Reviewed-on: https://skia-review.googlesource.com/121886 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'tests/CopySurfaceTest.cpp')
-rw-r--r--tests/CopySurfaceTest.cpp17
1 files changed, 13 insertions, 4 deletions
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 <initializer_list>
-#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 <utility>
DEF_GPUTEST_FOR_RENDERING_CONTEXTS(CopySurface, reporter, ctxInfo) {
GrContext* context = ctxInfo.grContext();