| Index: third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp
|
| index f13540b2e332b43b01c4a72124b9e1cc24fa5f9d..9baa0b614b65122d14c4ecf89a3b6487dcf48873 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp
|
| @@ -24,6 +24,7 @@
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/style/ComputedStyle.h"
|
| #include "core/style/SVGComputedStyle.h"
|
| +#include "platform/graphics/filters/FEFlood.h"
|
|
|
| namespace blink {
|
|
|
|
|