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

Unified Diff: ui/gl/gl_switches.cc

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Specify x11 only support on Linux 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
Index: ui/gl/gl_switches.cc
diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc
index 2eccfc33dd3d915414b23264af014ee1e852bb4d..ce3c71a3a6461bc20e95ce54d3a7755a842c4ef5 100644
--- a/ui/gl/gl_switches.cc
+++ b/ui/gl/gl_switches.cc
@@ -71,8 +71,6 @@ const char kUseANGLE[] = "use-angle";
// swiftshader: The SwiftShader software renderer.
const char kUseGL[] = "use-gl";
-const char kSwiftShaderPath[] = "swiftshader-path";
-
// Inform Chrome that a GPU context will not be lost in power saving mode,
// screen saving mode, etc. Note that this flag does not ensure that a GPU
// context will never be lost in any situations, say, a GPU reset.

Powered by Google App Engine
This is Rietveld 408576698