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

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

Issue 603273003: Prevent static mojo builds from pulling //ui/gl into mojo_shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No need to export Created 6 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
Index: gpu/command_buffer/client/gles2_implementation.cc
diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
index 974fd7541a84480b9cccf83206fbd0913abcd783..1668c1518fe132d2b4f84f2a1bac174a565cc264 100644
--- a/gpu/command_buffer/client/gles2_implementation.cc
+++ b/gpu/command_buffer/client/gles2_implementation.cc
@@ -33,7 +33,7 @@
#if defined(GPU_CLIENT_DEBUG)
#include "base/command_line.h"
-#include "ui/gl/gl_switches.h"
+#include "gpu/command_buffer/client/gpu_switches.h"
#endif
namespace gpu {
@@ -130,7 +130,7 @@ GLES2Implementation::GLES2Implementation(
GPU_CLIENT_LOG_CODE_BLOCK({
debug_ = CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableGPUClientLogging);
+ switches::kEnableGPUClientLoggingGPU);
});
share_group_ =

Powered by Google App Engine
This is Rietveld 408576698