| Index: third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h
|
| index 9872d0f0d193de3636e82edf0a1441c25686482e..40a1bc53b8d620600080ad8e8ad74a72162814f7 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ScrollAnimatorCompositorCoordinator_h
|
| #define ScrollAnimatorCompositorCoordinator_h
|
|
|
| +#include <memory>
|
| #include "base/gtest_prod_util.h"
|
| #include "cc/animation/animation_curve.h"
|
| #include "cc/animation/scroll_offset_animations.h"
|
| @@ -16,7 +17,6 @@
|
| #include "platform/scroll/ScrollTypes.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|