| 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"
|
|
|