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

Unified Diff: gpu/config/gpu_blacklist_unittest.cc

Issue 313703002: Expand GPU rasterization device whitelist for Finch experiment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove already-whitelisted devices from field trial whitelist Created 6 years, 6 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 7547a17194796a8ea44c91140a07e0588b98ee57..7b05d4e7518b0c64d4dba23a3184881faba4a294 100644
--- a/gpu/config/gpu_blacklist_unittest.cc
+++ b/gpu/config/gpu_blacklist_unittest.cc
@@ -128,4 +128,8 @@ GPU_BLACKLIST_FEATURE_TEST(GpuRasterization,
"gpu_rasterization",
GPU_FEATURE_TYPE_GPU_RASTERIZATION)
+GPU_BLACKLIST_FEATURE_TEST(GpuRasterizationFieldTrial,
+ "gpu_rasterization_field_trial",
+ GPU_FEATURE_TYPE_GPU_RASTERIZATION_FIELD_TRIAL)
+
} // namespace gpu
« 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