Index: gpu/gles2_conform_support/gles2_conform_test.h |
diff --git a/gpu/gles2_conform_support/gles2_conform_test.h b/gpu/gles2_conform_support/gles2_conform_test.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..565774f4d689b205149c7338d41c8aa2feb91a21 |
--- /dev/null |
+++ b/gpu/gles2_conform_support/gles2_conform_test.h |
@@ -0,0 +1,11 @@ |
+// Copyright (c) 2013 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_GLES2_CONFORM_SUPPORT_GLES2_CONFORM_TEST_H |
+#define GPU_GLES2_CONFORM_SUPPORT_GLES2_CONFORM_TEST_H |
+ |
+bool RunGLES2ConformTest(const char* path); |
+ |
+#endif // GPU_GLES2_CONFORM_SUPPORT_GLES2_CONFORM_TEST_H |
+ |