| Index: third_party/WebKit/Source/platform/graphics/CompositingReasons.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositingReasons.h b/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
|
| index 6bb667daa2d98974bc28fb8e50442ff6a52f8429..fa5463e8d5507b6557f2c9b1441d5e1fee23934c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef CompositingReasons_h
|
| #define CompositingReasons_h
|
|
|
| +#include <stdint.h>
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <stdint.h>
|
|
|
| namespace blink {
|
|
|
|
|