aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkSpecialSurface.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2018-03-23 16:32:22 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-23 21:05:10 +0000
commita6a3df7d64dc81082619ab103450fc6d0af7c644 (patch)
tree2784182d0508c2535926c9414e8159c0b7f6e458 /src/core/SkSpecialSurface.h
parent49edccd775a38d93701ae376df28463d7848fd16 (diff)
Move GrPixelConfig to GrTypesPriv
BUG= skia:6718 Change-Id: I254a5d289c1216e580b8f7fe613236c090d0e901 Reviewed-on: https://skia-review.googlesource.com/116196 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'src/core/SkSpecialSurface.h')
-rw-r--r--src/core/SkSpecialSurface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkSpecialSurface.h b/src/core/SkSpecialSurface.h
index 96b74a4dac..2c138a3e79 100644
--- a/src/core/SkSpecialSurface.h
+++ b/src/core/SkSpecialSurface.h
@@ -13,7 +13,7 @@
#include "SkSurfaceProps.h"
#if SK_SUPPORT_GPU
-#include "GrTypes.h"
+#include "GrTypesPriv.h"
#endif
class GrContext;