aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CachedDecodingPixelRefTest.cpp
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-03-12 13:46:21 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-12 19:21:48 +0000
commit1a462bd0fe6fb3cd8d7aa7ad1d8290e764ac79e4 (patch)
treefacec068ff82e3d401a2f7544cfd906d5f403d06 /tests/CachedDecodingPixelRefTest.cpp
parent24f25dc8bca79fc8bb6a4676b2b341bd17fd77ab (diff)
IWYU for some test files starting with 'C'.
Change-Id: I9a9596f7a941cdd8f01e055965c70a4b24438499 Reviewed-on: https://skia-review.googlesource.com/113746 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'tests/CachedDecodingPixelRefTest.cpp')
-rw-r--r--tests/CachedDecodingPixelRefTest.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/CachedDecodingPixelRefTest.cpp b/tests/CachedDecodingPixelRefTest.cpp
index a44781bc2e..95f9d8d09a 100644
--- a/tests/CachedDecodingPixelRefTest.cpp
+++ b/tests/CachedDecodingPixelRefTest.cpp
@@ -7,19 +7,20 @@
#include "SkBitmap.h"
#include "SkCanvas.h"
-#include "SkData.h"
-#include "SkDiscardableMemoryPool.h"
+#include "SkColor.h"
+#include "SkColorData.h"
#include "SkImage.h"
-#include "SkImageEncoder.h"
#include "SkImageGenerator.h"
+#include "SkImageInfo.h"
#include "SkMakeUnique.h"
-#include "SkResourceCache.h"
-#include "SkStream.h"
+#include "SkRefCnt.h"
+#include "SkTypes.h"
#include "SkUtils.h"
-
#include "Test.h"
#include "sk_tool_utils.h"
+#include <utility>
+
class TestImageGenerator : public SkImageGenerator {
public:
enum TestType {