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

Unified Diff: content/browser/compositor/surface_utils.cc

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/surface_utils.cc
diff --git a/content/browser/compositor/surface_utils.cc b/content/browser/compositor/surface_utils.cc
index 772199dccec2863326d90be2d1eb3d88beb23271..7ae05912a656db51831f62a90dd1adf149700f08 100644
--- a/content/browser/compositor/surface_utils.cc
+++ b/content/browser/compositor/surface_utils.cc
@@ -4,6 +4,7 @@
#include "content/browser/compositor/surface_utils.h"
+#include "build/build_config.h"
#include "cc/surfaces/surface_id_allocator.h"
#if defined(OS_ANDROID) && !defined(USE_AURA)

Powered by Google App Engine
This is Rietveld 408576698