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

Unified Diff: gpu/config/gpu_switches.h

Issue 2322123002: gpu: Introduce GpuInit. (Closed)
Patch Set: . Created 4 years, 3 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 | « content/public/common/content_switches.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 b3501b0505beeb9c1aec2aec1073fd597adcb1df..77de6e0fb44991cd65a3b31c2a255afd0edb3dd5 100644
--- a/gpu/config/gpu_switches.h
+++ b/gpu/config/gpu_switches.h
@@ -9,9 +9,13 @@
namespace switches {
-GPU_EXPORT extern const char kGpuDriverBugWorkarounds[];
GPU_EXPORT extern const char kGpuActiveVendorID[];
GPU_EXPORT extern const char kGpuActiveDeviceID[];
+GPU_EXPORT extern const char kGpuDeviceID[];
+GPU_EXPORT extern const char kGpuDriverBugWorkarounds[];
+GPU_EXPORT extern const char kGpuDriverVendor[];
+GPU_EXPORT extern const char kGpuDriverVersion[];
+GPU_EXPORT extern const char kGpuDriverDate[];
GPU_EXPORT extern const char kGpuSecondaryVendorIDs[];
GPU_EXPORT extern const char kGpuSecondaryDeviceIDs[];
GPU_EXPORT extern const char kGpuTestingNoCompleteInfoCollection[];
@@ -24,6 +28,7 @@ GPU_EXPORT extern const char kGpuTestingDriverDate[];
GPU_EXPORT extern const char kGpuTestingGLVendor[];
GPU_EXPORT extern const char kGpuTestingGLRenderer[];
GPU_EXPORT extern const char kGpuTestingGLVersion[];
+GPU_EXPORT extern const char kGpuVendorID[];
} // namespace switches
« no previous file with comments | « content/public/common/content_switches.cc ('k') | gpu/config/gpu_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698