summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/style/StyleRareInheritedData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/style/StyleRareInheritedData.h')
-rw-r--r--WebCore/rendering/style/StyleRareInheritedData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/rendering/style/StyleRareInheritedData.h b/WebCore/rendering/style/StyleRareInheritedData.h
index 4abd3cf..1aa7b05 100644
--- a/WebCore/rendering/style/StyleRareInheritedData.h
+++ b/WebCore/rendering/style/StyleRareInheritedData.h
@@ -68,6 +68,7 @@ public:
bool textSizeAdjust : 1; // An Apple extension.
unsigned resize : 2; // EResize
unsigned userSelect : 1; // EUserSelect
+ unsigned colorSpace : 1; // ColorSpace
private:
StyleRareInheritedData();