| 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
|
|
|
|
|