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

Unified Diff: gpu/command_buffer/client/gpu_switches.cc

Issue 1805133002: Remove content switches dependency in content/common/gpu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 9 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: gpu/command_buffer/client/gpu_switches.cc
diff --git a/gpu/command_buffer/client/gpu_switches.cc b/gpu/command_buffer/client/gpu_switches.cc
index 7f7abef864af060d321223d22b31e401da43eb30..8b2acaffafabaca51c48d20cbdd6a9e9db07003f 100644
--- a/gpu/command_buffer/client/gpu_switches.cc
+++ b/gpu/command_buffer/client/gpu_switches.cc
@@ -9,4 +9,7 @@ namespace switches {
// Enable GPU client logging.
const char kEnableGPUClientLogging[] = "enable-gpu-client-logging";
+// Enables TRACE for GL calls in the renderer.
+const char kEnableGpuClientTracing[] = "enable-gpu-client-tracing";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698