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

Unified Diff: gpu/config/gpu_blacklist_unittest.cc

Issue 2737983002: WebGL feature will only enabled when accelerated (Closed)
Patch Set: Restored kDisableSoftwareRasterizer for disabling SwiftShader Created 3 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
Index: gpu/config/gpu_blacklist_unittest.cc
diff --git a/gpu/config/gpu_blacklist_unittest.cc b/gpu/config/gpu_blacklist_unittest.cc
index f156b6cece4ca6f36a51ec8716efba0a6ee43abb..be2741198f849aac2f4ae05bdecde25d13d6a1bd 100644
--- a/gpu/config/gpu_blacklist_unittest.cc
+++ b/gpu/config/gpu_blacklist_unittest.cc
@@ -141,4 +141,8 @@ GPU_BLACKLIST_FEATURE_TEST(WebGL2,
"webgl2",
GPU_FEATURE_TYPE_WEBGL2)
+GPU_BLACKLIST_FEATURE_TEST(SwiftShader,
+ "swiftshader",
+ GPU_FEATURE_TYPE_SWIFTSHADER)
+
} // namespace gpu

Powered by Google App Engine
This is Rietveld 408576698