From d90cd3b2796b693b2d6af6fe13a8ca6c4795d80e Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 22 May 2018 10:48:08 -0400 Subject: 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 Commit-Queue: Ben Wagner --- tests/DeviceTest.cpp | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'tests/DeviceTest.cpp') 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 MakeSpecial(SkBaseDevice* dev, const SkBitmap& bm) { -- cgit v1.2.3