summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSReflectValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSReflectValue.h')
-rw-r--r--WebCore/css/CSSReflectValue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/css/CSSReflectValue.h b/WebCore/css/CSSReflectValue.h
index d61f8c4..1dcb1be 100644
--- a/WebCore/css/CSSReflectValue.h
+++ b/WebCore/css/CSSReflectValue.h
@@ -59,6 +59,8 @@ private:
, m_mask(mask)
{
}
+
+ virtual bool isReflectValue() const { return true; }
CSSReflectionDirection m_direction;
RefPtr<CSSPrimitiveValue> m_offset;