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