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

Unified Diff: gpu/config/gpu_blacklist_unittest.cc

Issue 2737983002: WebGL feature will only enabled when accelerated (Closed)
Patch Set: Formatting fix 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
« no previous file with comments | « gpu/config/gpu_blacklist.cc ('k') | gpu/config/gpu_feature_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..cbaf007b35714b8eb251dfdec724bd3675e5415e 100644
--- a/gpu/config/gpu_blacklist_unittest.cc
+++ b/gpu/config/gpu_blacklist_unittest.cc
@@ -102,8 +102,8 @@ GPU_BLACKLIST_FEATURE_TEST(GpuCompositing,
GPU_FEATURE_TYPE_GPU_COMPOSITING)
GPU_BLACKLIST_FEATURE_TEST(WebGL,
- "webgl",
- GPU_FEATURE_TYPE_WEBGL)
+ "accelerated_webgl",
+ GPU_FEATURE_TYPE_ACCELERATED_WEBGL)
GPU_BLACKLIST_FEATURE_TEST(Flash3D,
"flash_3d",
« no previous file with comments | « gpu/config/gpu_blacklist.cc ('k') | gpu/config/gpu_feature_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698