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 0111b28f28d8bc6f7ca018c955d288c44a6ba211..8e0d9157bbb397c892c49b4545ef752ec9b872df 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" |
@@ -60,7 +61,6 @@ |
#include "wtf/Allocator.h" |
#include "wtf/AutoReset.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |