Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: gpu/gles2_conform_support/egl/test_support.h

Issue 1640243002: command_buffer_gles2: Add test command_buffer_gles2_test for command_buffer_gles2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/gles2_conform_support/egl/egl.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/egl/test_support.h
diff --git a/gpu/gles2_conform_support/egl/test_support.h b/gpu/gles2_conform_support/egl/test_support.h
new file mode 100644
index 0000000000000000000000000000000000000000..f5543d0bb2771d9d3fe8fbed5c16791c2208e221
--- /dev/null
+++ b/gpu/gles2_conform_support/egl/test_support.h
@@ -0,0 +1,16 @@
+// Copyright (c) 2016 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_EGL_TEST_SUPPORT_H_
+#define GPU_GLES2_CONFORM_SUPPORT_EGL_TEST_SUPPORT_H_
+
+namespace egl {
+
+// A variable used for detecting whether the test runner for EGL has the same
+// global variables as the dynamic library.
+bool g_command_buffer_gles2_has_atexit_manager;
piman 2016/02/02 16:47:48 I think this needs to be in a .cc file, and export
+
+} // namespace egl
+
+#endif
« no previous file with comments | « gpu/gles2_conform_support/egl/egl.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698