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

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.cc

Issue 2347383002: X11: Use better visuals for OpenGL (Closed)
Patch Set: Fix --single-process Created 4 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: content/browser/gpu/gpu_data_manager_impl_private.cc
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
index 14fe683eb76b9f2e60966f5dcb96ca340cb3977d..3fc41359735f2df70aa82b6dfbb6964cab11c205 100644
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
@@ -50,6 +50,10 @@
#include "base/win/windows_version.h"
#endif // OS_WIN
+#if defined(USE_X11) && !defined(OS_CHROMEOS)
+#include "ui/base/x/x11_util_internal.h" // nogncheck
+#endif
+
Julien Isorce Samsung 2016/09/28 17:42:51 Left over from initial Patch Sets ?
Tom (Use chromium acct) 2016/09/28 18:36:00 Yes, done :)
namespace content {
namespace {

Powered by Google App Engine
This is Rietveld 408576698