| Index: third_party/WebKit/Source/core/paint/PaintLayerStackingNode.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerStackingNode.cpp b/third_party/WebKit/Source/core/paint/PaintLayerStackingNode.cpp
|
| index 55b10159f23301a2b66a94284ff4ad7bea4a3d34..30c244a0863bc8376795b721472797264591dba7 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerStackingNode.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerStackingNode.cpp
|
| @@ -44,14 +44,14 @@
|
|
|
| #include "core/paint/PaintLayerStackingNode.h"
|
|
|
| +#include <algorithm>
|
| +#include <memory>
|
| #include "core/layout/LayoutMultiColumnFlowThread.h"
|
| #include "core/layout/LayoutView.h"
|
| #include "core/layout/compositing/PaintLayerCompositor.h"
|
| #include "core/paint/PaintLayer.h"
|
| #include "public/platform/Platform.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <algorithm>
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|