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/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..f67d3466c6 100644 --- a/tests/DeferredDisplayListTest.cpp +++ b/tests/DeferredDisplayListTest.cpp @@ -8,16 +8,30 @@ #include "SkTypes.h" #if SK_SUPPORT_GPU - #include "GrBackendSurface.h" +#include "GrCaps.h" +#include "GrContext.h" +#include "GrContextFactory.h" #include "GrContextPriv.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 +39,16 @@ #include "Test.h" #include "gl/GrGLCaps.h" #include "gl/GrGLDefines.h" +#include "gl/GrGLTypes.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