| Index: Source/platform/graphics/filters/FilterEffect.h
|
| diff --git a/Source/platform/graphics/filters/FilterEffect.h b/Source/platform/graphics/filters/FilterEffect.h
|
| index 8a949c9a943040aee0d0e3967aca61bd5f1496ab..00b3aaff8141906d7c4e7d23179458ff6d744ae1 100644
|
| --- a/Source/platform/graphics/filters/FilterEffect.h
|
| +++ b/Source/platform/graphics/filters/FilterEffect.h
|
| @@ -156,6 +156,8 @@ protected:
|
| void addAbsolutePaintRect(const FloatRect& absolutePaintRect);
|
|
|
| private:
|
| + bool hasConnectedInput() const;
|
| +
|
| FilterEffectVector m_inputEffects;
|
|
|
| IntRect m_absolutePaintRect;
|
|
|