summaryrefslogtreecommitdiffstats
path: root/layout/style/nsComputedDOMStylePropertyList.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-10-20 09:47:00 +0000
committerGitHub <noreply@github.com>2020-10-20 09:47:00 +0000
commit23a30020df8a4be6a96fd514fe870260b64a96a1 (patch)
treeeb7ca4ae3da96bf3049c3da41fc511ff3154515e /layout/style/nsComputedDOMStylePropertyList.h
parent87c4c77ad79f346d9104d9586c9928f30a500632 (diff)
parent95b4e5084b7fbe62609cfe9680eed5db135a57c8 (diff)
downloadUXP-23a30020df8a4be6a96fd514fe870260b64a96a1.tar
UXP-23a30020df8a4be6a96fd514fe870260b64a96a1.tar.gz
UXP-23a30020df8a4be6a96fd514fe870260b64a96a1.tar.lz
UXP-23a30020df8a4be6a96fd514fe870260b64a96a1.tar.xz
UXP-23a30020df8a4be6a96fd514fe870260b64a96a1.zip
Merge pull request #1670 from athenian200/caret_color
Implement CSS caret-color
Diffstat (limited to 'layout/style/nsComputedDOMStylePropertyList.h')
-rw-r--r--layout/style/nsComputedDOMStylePropertyList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/style/nsComputedDOMStylePropertyList.h b/layout/style/nsComputedDOMStylePropertyList.h
index 557281810..8d4d8e45e 100644
--- a/layout/style/nsComputedDOMStylePropertyList.h
+++ b/layout/style/nsComputedDOMStylePropertyList.h
@@ -101,6 +101,7 @@ COMPUTED_STYLE_PROP(box_decoration_break, BoxDecorationBreak)
COMPUTED_STYLE_PROP(box_shadow, BoxShadow)
COMPUTED_STYLE_PROP(box_sizing, BoxSizing)
COMPUTED_STYLE_PROP(caption_side, CaptionSide)
+COMPUTED_STYLE_PROP(caret_color, CaretColor)
COMPUTED_STYLE_PROP(clear, Clear)
COMPUTED_STYLE_PROP(clip, Clip)
COMPUTED_STYLE_PROP(color, Color)