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

Unified Diff: gpu/command_buffer/service/gpu_switches.h

Issue 9812021: make disable-glsl-translator work again (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copy switches from browser to gpu Created 8 years, 9 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/command_buffer/service/gpu_scheduler.cc ('k') | gpu/command_buffer/service/gpu_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gpu_switches.h
diff --git a/gpu/command_buffer/service/gpu_switches.h b/gpu/command_buffer/service/gpu_switches.h
index 82720fa93b2a3d4a1292bf72628accd27cef9332..21e90d69cccb241e5812a3c69d51b5f6a3494f28 100644
--- a/gpu/command_buffer/service/gpu_switches.h
+++ b/gpu/command_buffer/service/gpu_switches.h
@@ -8,10 +8,14 @@
#define GPU_COMMAND_BUFFER_SERVICE_GPU_SWITCHES_H_
#pragma once
+#include "gpu/gpu_export.h"
+
namespace switches {
-extern const char kCompileShaderAlwaysSucceeds[];
-extern const char kEnableGPUDebugging[];
+GPU_EXPORT extern const char kCompileShaderAlwaysSucceeds[];
+GPU_EXPORT extern const char kDisableGLSLTranslator[];
+GPU_EXPORT extern const char kEnableGPUCommandLogging[];
+GPU_EXPORT extern const char kEnableGPUDebugging[];
} // namespace switches
« no previous file with comments | « gpu/command_buffer/service/gpu_scheduler.cc ('k') | gpu/command_buffer/service/gpu_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698