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

Unified Diff: gpu/config/gpu_switches.h

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: fix win clang build 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
« no previous file with comments | « gpu/config/gpu_finch_features.cc ('k') | gpu/config/gpu_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_switches.h
diff --git a/gpu/config/gpu_switches.h b/gpu/config/gpu_switches.h
index 77de6e0fb44991cd65a3b31c2a255afd0edb3dd5..f2022266085c371f1dd098f0ab518aaf4450088e 100644
--- a/gpu/config/gpu_switches.h
+++ b/gpu/config/gpu_switches.h
@@ -9,6 +9,8 @@
namespace switches {
+GPU_EXPORT extern const char kDisableGpuRasterization[];
+GPU_EXPORT extern const char kEnableGpuRasterization[];
GPU_EXPORT extern const char kGpuActiveVendorID[];
GPU_EXPORT extern const char kGpuActiveDeviceID[];
GPU_EXPORT extern const char kGpuDeviceID[];
@@ -29,6 +31,7 @@ GPU_EXPORT extern const char kGpuTestingGLVendor[];
GPU_EXPORT extern const char kGpuTestingGLRenderer[];
GPU_EXPORT extern const char kGpuTestingGLVersion[];
GPU_EXPORT extern const char kGpuVendorID[];
+GPU_EXPORT extern const char kIgnoreGpuBlacklist[];
} // namespace switches
« no previous file with comments | « gpu/config/gpu_finch_features.cc ('k') | gpu/config/gpu_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698