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

Unified Diff: content/browser/compositor/software_output_device_x11.h

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Exclude certain files from jumbo because of a Windows problem Created 3 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/compositor/software_output_device_x11.h
diff --git a/content/browser/compositor/software_output_device_x11.h b/content/browser/compositor/software_output_device_x11.h
index 9fe571d9814566dca972c91a3404ce08387c9750..e0a123aee0fdcc073f34e101c6925c7fe51488eb 100644
--- a/content/browser/compositor/software_output_device_x11.h
+++ b/content/browser/compositor/software_output_device_x11.h
@@ -7,6 +7,8 @@
#include <X11/Xlib.h>
+#undef None // Defined by X11/X.h to 0L which collides with other headers
+
#include "base/macros.h"
#include "cc/output/software_output_device.h"
#include "ui/gfx/x/x11_types.h"
« no previous file with comments | « content/browser/compositor/image_transport_factory.cc ('k') | content/browser/compositor/software_output_device_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698