| Index: third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp
|
| index 7cdbd97253d388f42c5ade86308599c845bc3a5a..e0f911862fc3d25a86311e9a3f17bcfe7413f206 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp
|
| @@ -26,6 +26,7 @@
|
|
|
| #include "core/paint/FilterEffectBuilder.h"
|
|
|
| +#include <algorithm>
|
| #include "core/style/FilterOperations.h"
|
| #include "core/svg/SVGElementProxy.h"
|
| #include "core/svg/SVGFilterElement.h"
|
| @@ -45,7 +46,6 @@
|
| #include "platform/graphics/filters/SourceGraphic.h"
|
| #include "public/platform/WebPoint.h"
|
| #include "wtf/MathExtras.h"
|
| -#include <algorithm>
|
|
|
| namespace blink {
|
|
|
|
|