aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/mtl/GrMtlUtil.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/gpu/mtl/GrMtlUtil.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/gpu/mtl/GrMtlUtil.h')
-rw-r--r--src/gpu/mtl/GrMtlUtil.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gpu/mtl/GrMtlUtil.h b/src/gpu/mtl/GrMtlUtil.h
index a84a636511..1900c3933d 100644
--- a/src/gpu/mtl/GrMtlUtil.h
+++ b/src/gpu/mtl/GrMtlUtil.h
@@ -8,10 +8,11 @@
#ifndef GrMtlUtil_DEFINED
#define GrMtlUtil_DEFINED
-#include "GrTypes.h"
-
#import <Metal/Metal.h>
+#include "GrTypesPriv.h"
+
+
/**
* Returns the Metal texture format for the given GrPixelConfig
*/