| Index: Source/core/paint/DeprecatedPaintLayerFilterInfo.cpp
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerFilterInfo.cpp b/Source/core/paint/DeprecatedPaintLayerFilterInfo.cpp
|
| index 22482a2467fad1bac95a2acf2780b814c17c857c..226dd5831c4ae4bf03d1db1a3a2b3ee341744bf9 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerFilterInfo.cpp
|
| +++ b/Source/core/paint/DeprecatedPaintLayerFilterInfo.cpp
|
| @@ -30,11 +30,11 @@
|
| #include "config.h"
|
| #include "core/paint/DeprecatedPaintLayerFilterInfo.h"
|
|
|
| -#include "core/fetch/DocumentResourceReference.h"
|
| #include "core/layout/svg/LayoutSVGResourceContainer.h"
|
| #include "core/layout/svg/ReferenceFilterBuilder.h"
|
| #include "core/paint/DeprecatedPaintLayer.h"
|
| #include "core/paint/FilterEffectBuilder.h"
|
| +#include "core/svg/DocumentResourceReference.h"
|
| #include "core/svg/SVGFilterElement.h"
|
|
|
| namespace blink {
|
|
|