summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/feature_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/service/feature_info.h')
-rw-r--r--gpu/command_buffer/service/feature_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/feature_info.h b/gpu/command_buffer/service/feature_info.h
index 1ebff2a..aa9c0ba 100644
--- a/gpu/command_buffer/service/feature_info.h
+++ b/gpu/command_buffer/service/feature_info.h
@@ -164,6 +164,9 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
bool unsafe_es3_apis_enabled_;
+ // Whether the command line switch kEnableGLPathRendering is passed in.
+ bool enable_gl_path_rendering_switch_;
+
scoped_ptr<gfx::GLVersionInfo> gl_version_info_;
DISALLOW_COPY_AND_ASSIGN(FeatureInfo);