summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSProperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSProperty.h')
-rw-r--r--WebCore/css/CSSProperty.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/css/CSSProperty.h b/WebCore/css/CSSProperty.h
index 7a3da68..0da6050 100644
--- a/WebCore/css/CSSProperty.h
+++ b/WebCore/css/CSSProperty.h
@@ -22,6 +22,7 @@
#define CSSProperty_h
#include "CSSValue.h"
+#include "RenderStyleConstants.h"
#include "TextDirection.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefPtr.h>
@@ -59,7 +60,7 @@ public:
String cssText() const;
- static int resolveDirectionAwareProperty(int propertyID, TextDirection);
+ static int resolveDirectionAwareProperty(int propertyID, TextDirection, EBlockFlowDirection);
friend bool operator==(const CSSProperty&, const CSSProperty&);