From b5f2897ab5be37e86ccce4ed474a2e02001a9040 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 17 Apr 2018 17:42:08 -0400 Subject: IWYU for tests starting with 'D'. Change-Id: I9189e4b56ce1635b627119733447c2ed4220753d Reviewed-on: https://skia-review.googlesource.com/129319 Reviewed-by: Herb Derby Commit-Queue: Ben Wagner --- tests/DeferredDisplayListTest.cpp | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'tests/DeferredDisplayListTest.cpp') diff --git a/tests/DeferredDisplayListTest.cpp b/tests/DeferredDisplayListTest.cpp index d033f890d8..85f34f1005 100644 --- a/tests/DeferredDisplayListTest.cpp +++ b/tests/DeferredDisplayListTest.cpp @@ -8,16 +8,31 @@ #include "SkTypes.h" #if SK_SUPPORT_GPU - #include "GrBackendSurface.h" +#include "GrCaps.h" +#include "GrContext.h" +#include "GrContextFactory.h" #include "GrContextPriv.h" +#include "GrGLTypes.h" #include "GrGpu.h" +#include "GrRenderTargetContext.h" +#include "GrRenderTargetProxy.h" +#include "GrTextureProxy.h" #include "GrTextureProxyPriv.h" +#include "GrTypes.h" +#include "GrTypesPriv.h" +#include "SkBitmap.h" #include "SkCanvas.h" -#include "SkColorSpacePriv.h" +#include "SkColorSpace.h" +#include "SkDeferredDisplayList.h" #include "SkDeferredDisplayListRecorder.h" #include "SkGpuDevice.h" +#include "SkImage.h" +#include "SkImageInfo.h" #include "SkImage_Gpu.h" +#include "SkPaint.h" +#include "SkRect.h" +#include "SkRefCnt.h" #include "SkSurface.h" #include "SkSurfaceCharacterization.h" #include "SkSurfaceProps.h" @@ -25,10 +40,15 @@ #include "Test.h" #include "gl/GrGLCaps.h" #include "gl/GrGLDefines.h" + #ifdef SK_VULKAN #include "vk/GrVkDefines.h" #endif +#include +#include +#include + // Try to create a backend format from the provided colorType and config. Return an invalid // backend format if the combination is infeasible. static GrBackendFormat create_backend_format(GrContext* context, -- cgit v1.2.3