| Index: Source/core/rendering/FilterEffectRenderer.h
|
| diff --git a/Source/core/rendering/FilterEffectRenderer.h b/Source/core/rendering/FilterEffectRenderer.h
|
| index 5523b50af67475c3c5fe3444a04c34e9e92be959..ce9cdaaf685766277f7facceedf58ab1350e08e4 100644
|
| --- a/Source/core/rendering/FilterEffectRenderer.h
|
| +++ b/Source/core/rendering/FilterEffectRenderer.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "core/svg/graphics/filters/SVGFilterBuilder.h"
|
| #include "platform/geometry/FloatRect.h"
|
| -#include "platform/geometry/IntBoxExtent.h"
|
| +#include "platform/geometry/IntRectExtent.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/ImageBuffer.h"
|
| @@ -118,7 +118,7 @@ private:
|
| RefPtr<SourceGraphic> m_sourceGraphic;
|
| RefPtr<FilterEffect> m_lastEffect;
|
|
|
| - IntBoxExtent m_outsets;
|
| + IntRectExtent m_outsets;
|
|
|
| bool m_graphicsBufferAttached;
|
| bool m_hasFilterThatMovesPixels;
|
|
|