| Index: third_party/WebKit/Source/core/animation/EffectStack.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/EffectStack.cpp b/third_party/WebKit/Source/core/animation/EffectStack.cpp
|
| index f26519e6df92664738b8318a49bde15b81e39201..055df4416454c1b9eef8047255b19b2c32d44b38 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectStack.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/EffectStack.cpp
|
| @@ -30,12 +30,12 @@
|
|
|
| #include "core/animation/EffectStack.h"
|
|
|
| +#include <algorithm>
|
| #include "core/animation/CompositorAnimations.h"
|
| #include "core/animation/InvalidatableInterpolation.h"
|
| #include "core/animation/css/CSSAnimations.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| -#include "wtf/NonCopyingSort.h"
|
| -#include <algorithm>
|
| +#include "platform/wtf/NonCopyingSort.h"
|
|
|
| namespace blink {
|
|
|
|
|