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

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

Issue 2680423002: Introducing 2 usages for SwiftShader (Closed)
Patch Set: Added missing change to GpuDataManagerImplPrivate Created 3 years, 10 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
Index: gpu/command_buffer/service/feature_info.h
diff --git a/gpu/command_buffer/service/feature_info.h b/gpu/command_buffer/service/feature_info.h
index 1545e38ee3c90e17e7439d159c8f941c78712ded..981fc05df4a86cb8a195ddc9c454922cda8c10db 100644
--- a/gpu/command_buffer/service/feature_info.h
+++ b/gpu/command_buffer/service/feature_info.h
@@ -77,7 +77,7 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
bool map_buffer_range = false;
bool ext_discard_framebuffer = false;
bool angle_depth_texture = false;
- bool is_swiftshader = false;
+ bool is_swiftshader_for_webgl = false;
bool angle_texture_usage = false;
bool ext_texture_storage = false;
bool chromium_path_rendering = false;

Powered by Google App Engine
This is Rietveld 408576698