From f4a00e4b4a0642a9f3e69705632f9cd6e9d1cd4d Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Fri, 23 Mar 2018 15:15:03 -0400 Subject: Move a bunch of internal types from GrTypes to GrTypesPriv Change-Id: I9fe1297ae7d185957c76681305bcf22cc972e53b Reviewed-on: https://skia-review.googlesource.com/116189 Reviewed-by: Greg Daniel Commit-Queue: Brian Salomon --- src/gpu/GrBlurUtils.h | 2 +- src/gpu/GrSWMaskHelper.h | 1 + src/gpu/GrYUVProvider.h | 1 + src/gpu/gl/GrGLSemaphore.h | 4 ++-- src/gpu/vk/GrVkPipeline.h | 4 +--- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/gpu/GrBlurUtils.h b/src/gpu/GrBlurUtils.h index bf6d638748..6fd981ec4b 100644 --- a/src/gpu/GrBlurUtils.h +++ b/src/gpu/GrBlurUtils.h @@ -8,7 +8,7 @@ #ifndef GrBlurUtils_DEFINED #define GrBlurUtils_DEFINED -#include "GrTypes.h" +#include "GrTypesPriv.h" class GrClip; class GrContext; diff --git a/src/gpu/GrSWMaskHelper.h b/src/gpu/GrSWMaskHelper.h index 6590143469..1456d400db 100644 --- a/src/gpu/GrSWMaskHelper.h +++ b/src/gpu/GrSWMaskHelper.h @@ -8,6 +8,7 @@ #ifndef GrSWMaskHelper_DEFINED #define GrSWMaskHelper_DEFINED +#include "GrTypesPriv.h" #include "SkAutoPixmapStorage.h" #include "SkDraw.h" #include "SkMatrix.h" diff --git a/src/gpu/GrYUVProvider.h b/src/gpu/GrYUVProvider.h index 17f06deadb..daaa07f906 100644 --- a/src/gpu/GrYUVProvider.h +++ b/src/gpu/GrYUVProvider.h @@ -13,6 +13,7 @@ #include "SkYUVSizeInfo.h" class GrContext; +struct GrSurfaceDesc; class GrTexture; class GrTextureProxy; diff --git a/src/gpu/gl/GrGLSemaphore.h b/src/gpu/gl/GrGLSemaphore.h index ba05219357..b48ce78bf1 100644 --- a/src/gpu/gl/GrGLSemaphore.h +++ b/src/gpu/gl/GrGLSemaphore.h @@ -8,9 +8,9 @@ #ifndef GrGLSemaphore_DEFINED #define GrGLSemaphore_DEFINED -#include "GrSemaphore.h" - #include "GrBackendSemaphore.h" +#include "GrSemaphore.h" +#include "GrTypesPriv.h" class GrGLGpu; diff --git a/src/gpu/vk/GrVkPipeline.h b/src/gpu/vk/GrVkPipeline.h index 88c3d5f915..0b6e0da731 100644 --- a/src/gpu/vk/GrVkPipeline.h +++ b/src/gpu/vk/GrVkPipeline.h @@ -8,10 +8,8 @@ #ifndef GrVkPipeline_DEFINED #define GrVkPipeline_DEFINED -#include "GrTypes.h" - +#include "GrTypesPriv.h" #include "GrVkResource.h" - #include "vk/GrVkDefines.h" class GrPipeline; -- cgit v1.2.3