Index: WebCore/rendering/RenderObject.h |
=================================================================== |
--- WebCore/rendering/RenderObject.h (revision 148420) |
+++ WebCore/rendering/RenderObject.h (working copy) |
@@ -599,11 +599,7 @@ |
bool hasFilter() const { return false; } |
#endif |
-#if ENABLE(CSS_COMPOSITING) |
bool hasBlendMode() const { return style() && style()->hasBlendMode(); } |
-#else |
- bool hasBlendMode() const { return false; } |
-#endif |
inline bool preservesNewline() const; |