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

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

Issue 1549113002: Switch to standard integer types in content/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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 c6d87a35ffe864bce8c495e16ef323eacaf148af..9fe571d9814566dca972c91a3404ce08387c9750 100644
--- a/content/browser/compositor/software_output_device_x11.h
+++ b/content/browser/compositor/software_output_device_x11.h
@@ -7,6 +7,7 @@
#include <X11/Xlib.h>
+#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/software_output_device_win.h ('k') | content/browser/compositor/software_output_device_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698