| Index: Source/platform/graphics/filters/FEBlend.h
|
| diff --git a/Source/platform/graphics/filters/FEBlend.h b/Source/platform/graphics/filters/FEBlend.h
|
| index 3b2dcaaead987d644b49f8fc239a65a5713bc509..08e850e069ccc220570fe13647300ed942583eed 100644
|
| --- a/Source/platform/graphics/filters/FEBlend.h
|
| +++ b/Source/platform/graphics/filters/FEBlend.h
|
| @@ -56,7 +56,6 @@ private:
|
| FEBlend(Filter*, BlendModeType);
|
|
|
| virtual void applySoftware() OVERRIDE;
|
| - virtual bool applySkia() OVERRIDE;
|
|
|
| BlendModeType m_mode;
|
| };
|
|
|