| Index: third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp b/third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp
|
| index 513291c4b52d8d2b94466c21216eea01d4d68140..5eb37c5c6c8bc1adb304f7c5711272f6dcce79b0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp
|
| @@ -22,10 +22,10 @@
|
|
|
| #include "platform/graphics/filters/FESpecularLighting.h"
|
|
|
| +#include <algorithm>
|
| #include "platform/graphics/filters/LightSource.h"
|
| #include "platform/text/TextStream.h"
|
| #include "wtf/MathExtras.h"
|
| -#include <algorithm>
|
|
|
| namespace blink {
|
|
|
|
|