aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/mtl/GrMtlTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/mtl/GrMtlTypes.h')
-rw-r--r--include/gpu/mtl/GrMtlTypes.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/gpu/mtl/GrMtlTypes.h b/include/gpu/mtl/GrMtlTypes.h
new file mode 100644
index 0000000000..fa88cf06f0
--- /dev/null
+++ b/include/gpu/mtl/GrMtlTypes.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2017 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef GrMtlTypes_DEFINED
+#define GrMtlTypes_DEFINED
+
+#include "GrTypes.h"
+
+// This is a placeholder class until we fill it out. This is needed so we can have the mtl include
+// path in our BUILD.gn
+
+#endif