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

Unified Diff: content/browser/compositor/software_output_device_mac.mm

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_mac.mm
diff --git a/content/browser/compositor/software_output_device_mac.mm b/content/browser/compositor/software_output_device_mac.mm
index df60ac8ce50ac7411230d196601d032ae9253987..e71f6782878fb8915d7ceb7f27176454569040a9 100644
--- a/content/browser/compositor/software_output_device_mac.mm
+++ b/content/browser/compositor/software_output_device_mac.mm
@@ -5,6 +5,8 @@
#include "content/browser/compositor/software_output_device_mac.h"
#import <Cocoa/Cocoa.h>
+#include <stddef.h>
+#include <stdint.h>
#include "base/mac/foundation_util.h"
#include "third_party/skia/include/core/SkCanvas.h"
« no previous file with comments | « content/browser/compositor/software_output_device_mac.h ('k') | content/browser/compositor/software_output_device_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698