Index: gpu/khronos_glcts_support/khronos_glcts_test.h |
diff --git a/gpu/khronos_glcts_support/khronos_glcts_test.h b/gpu/khronos_glcts_support/khronos_glcts_test.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1f12129b7c35bd1c6b85a2ec3e5fa6db14ac18f0 |
--- /dev/null |
+++ b/gpu/khronos_glcts_support/khronos_glcts_test.h |
@@ -0,0 +1,11 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef GPU_KHRONOS_GLCTS_SUPPORT_KHRONOS_GLCTS_TEST_H |
+#define GPU_KHRONOS_GLCTS_SUPPORT_KHRONOS_GLCTS_TEST_H |
+ |
+bool RunKhronosGLCTSTest(const char* test_name); |
+ |
+#endif // GPU_KHRONOS_GLCTS_SUPPORT_KHRONOS_GLCTS_TEST_H |
+ |