summaryrefslogtreecommitdiffstats
path: root/WebCore/css/ShadowValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/ShadowValue.h')
-rw-r--r--WebCore/css/ShadowValue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/css/ShadowValue.h b/WebCore/css/ShadowValue.h
index a88a0e7..fab1071 100644
--- a/WebCore/css/ShadowValue.h
+++ b/WebCore/css/ShadowValue.h
@@ -58,6 +58,8 @@ private:
PassRefPtr<CSSPrimitiveValue> spread,
PassRefPtr<CSSPrimitiveValue> style,
PassRefPtr<CSSPrimitiveValue> color);
+
+ virtual bool isShadowValue() const { return true; }
};
} // namespace