summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSComputedStyleDeclaration.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSComputedStyleDeclaration.h')
-rw-r--r--WebCore/css/CSSComputedStyleDeclaration.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/WebCore/css/CSSComputedStyleDeclaration.h b/WebCore/css/CSSComputedStyleDeclaration.h
index ba55d77..a2e8ba7 100644
--- a/WebCore/css/CSSComputedStyleDeclaration.h
+++ b/WebCore/css/CSSComputedStyleDeclaration.h
@@ -27,7 +27,9 @@
namespace WebCore {
+class Color;
class CSSMutableStyleDeclaration;
+class CSSPrimitiveValue;
class ShadowData;
enum EUpdateLayout { DoNotUpdateLayout = false, UpdateLayout = true };
@@ -69,7 +71,8 @@ private:
virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&);
PassRefPtr<CSSValue> valueForShadow(const ShadowData*, int) const;
-
+ PassRefPtr<CSSPrimitiveValue> currentColorOrValidColor(RenderStyle*, const Color&) const;
+
RefPtr<Node> m_node;
PseudoId m_pseudoElementSpecifier;
bool m_allowVisitedStyle;