| Index: Source/WebCore/platform/graphics/filters/FilterOperations.h
|
| diff --git a/Source/WebCore/platform/graphics/filters/FilterOperations.h b/Source/WebCore/platform/graphics/filters/FilterOperations.h
|
| index 09a2d8ff15cfece3f7f60eb544f7a322f6d20a3a..8a2da4c36bddff6f6b9167748e7e08787435990e 100644
|
| --- a/Source/WebCore/platform/graphics/filters/FilterOperations.h
|
| +++ b/Source/WebCore/platform/graphics/filters/FilterOperations.h
|
| @@ -71,9 +71,7 @@ public:
|
| bool hasFilterThatAffectsOpacity() const;
|
| bool hasFilterThatMovesPixels() const;
|
|
|
| -#if ENABLE(CSS_SHADERS)
|
| bool hasCustomFilter() const;
|
| -#endif
|
| bool hasReferenceFilter() const;
|
| private:
|
| Vector<RefPtr<FilterOperation> > m_operations;
|
|
|