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

Unified Diff: ui/gl/gl_switches.cc

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: 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 8171048e524dca92189303679970319a6217bb59..90429f8d8e3a5ce6d9fcc3a5886a54d1099fa96b 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