| Index: third_party/WebKit/Source/core/paint/PaintLayer.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| index 3c9991421b30bf38c06f3e770bc203bebae249b6..5543048d9c2d94cfa51df05d56aa7ca109f04305 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -45,6 +45,7 @@
|
| #ifndef PaintLayer_h
|
| #define PaintLayer_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/layout/LayoutBox.h"
|
| #include "core/paint/ClipRectsCache.h"
|
| @@ -57,10 +58,9 @@
|
| #include "core/paint/PaintResult.h"
|
| #include "platform/graphics/CompositingReasons.h"
|
| #include "platform/graphics/SquashingDisallowedReasons.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/AutoReset.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/AutoReset.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|