| Index: third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp b/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp
|
| index 1bfdd5be4e855e7e0cec5283eb89e5b3df505171..a90f430036880a64e2bc10a6d4ca6b6cf951676e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp
|
| @@ -23,9 +23,9 @@
|
| #include "platform/graphics/filters/Filter.h"
|
| #include "platform/graphics/filters/SkiaImageFilterBuilder.h"
|
| #include "platform/text/TextStream.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "third_party/skia/include/effects/SkColorFilterImageFilter.h"
|
| #include "third_party/skia/include/effects/SkColorMatrixFilter.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|