| Index: third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
|
| index 39e64030befeeb47dafef2ed67509c683d6e980e..4b1b1b8c57c157c093ff01705210cd583fda35ae 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
|
| @@ -29,9 +29,9 @@
|
| #include "platform/graphics/Color.h"
|
| #include "platform/graphics/ColorSpace.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "third_party/skia/include/core/SkImageFilter.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|