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

Unified Diff: gpu/config/gpu_switches.cc

Issue 1103403002: gpu: Fix dependency cycle between service_sources and config_sources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: zmo nits Created 5 years, 8 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_switches.h ('k') | gpu/config/gpu_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_switches.cc
diff --git a/chromecast/net/net_switches.h b/gpu/config/gpu_switches.cc
similarity index 55%
copy from chromecast/net/net_switches.h
copy to gpu/config/gpu_switches.cc
index dda9cac54fcd8ec8e8af35565fac0a3405cf1fc2..fdf9f0e180bebd44ce7e5b58e04f4208bfe0820b 100644
--- a/chromecast/net/net_switches.h
+++ b/gpu/config/gpu_switches.cc
@@ -2,13 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMECAST_NET_NET_SWITCHES_H_
-#define CHROMECAST_NET_NET_SWITCHES_H_
+#include "gpu/config/gpu_switches.h"
namespace switches {
-extern const char kConnectivityCheckUrl[];
+// Pass a set of GpuDriverBugWorkaroundType ids, seperated by ','.
+const char kGpuDriverBugWorkarounds[] = "gpu-driver-bug-workarounds";
} // namespace switches
-
-#endif // CHROMECAST_NET_NET_SWITCHES_H_
« no previous file with comments | « gpu/config/gpu_switches.h ('k') | gpu/config/gpu_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698