aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gpu/mtl/MtlTestContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpu/mtl/MtlTestContext.h')
-rw-r--r--tools/gpu/mtl/MtlTestContext.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/gpu/mtl/MtlTestContext.h b/tools/gpu/mtl/MtlTestContext.h
new file mode 100644
index 0000000000..f703238c41
--- /dev/null
+++ b/tools/gpu/mtl/MtlTestContext.h
@@ -0,0 +1,22 @@
+/*
+ * 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 MtlTestContext_h
+#define MtlTestContext_h
+
+#include "TestContext.h"
+
+#ifdef SK_METAL
+
+namespace sk_gpu_test {
+TestContext* CreatePlatformMtlTestContext(TestContext*);
+} // namespace sk_gpu_test
+
+#endif
+
+
+#endif /* MtlTestContext_h */