aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DeviceTest.cpp
diff options
context:
space:
mode:
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) {