| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| index 7dd4b73cfa4345c3726cf9d8ac07eb4f9d0f0e80..8fab760b04d6e5c108712d54c73f58f13a8fcd49 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| @@ -25,6 +25,7 @@
|
|
|
| #include "platform/graphics/GraphicsLayer.h"
|
|
|
| +#include <memory>
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/animation/CompositorAnimation.h"
|
| #include "platform/animation/CompositorAnimationHost.h"
|
| @@ -49,7 +50,6 @@
|
| #include "public/platform/WebThread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|