aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DeviceTest.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/DeviceTest.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/DeviceTest.cpp')
-rw-r--r--tests/DeviceTest.cpp14
1 files changed, 11 insertions, 3 deletions
diff --git a/tests/DeviceTest.cpp b/tests/DeviceTest.cpp
index 58369cc149..184da92fb7 100644
--- a/tests/DeviceTest.cpp
+++ b/tests/DeviceTest.cpp
@@ -5,16 +5,24 @@
* found in the LICENSE file.
*/
-#include "SkBitmapDevice.h"
+#include "SkBitmap.h"
#include "SkDevice.h"
+#include "SkImage.h"
+#include "SkImageInfo.h"
+#include "SkRect.h"
+#include "SkRefCnt.h"
#include "SkSpecialImage.h"
+#include "SkTypes.h"
+#include "Test.h"
+class SkColorSpace;
#if SK_SUPPORT_GPU
+#include "GrContextFactory.h"
+#include "GrTypes.h"
#include "SkGpuDevice.h"
+class GrContext;
#endif
-#include "Test.h"
-
class DeviceTestingAccess {
public:
static sk_sp<SkSpecialImage> MakeSpecial(SkBaseDevice* dev, const SkBitmap& bm) {