summaryrefslogtreecommitdiffstats
path: root/layout/style/nsComputedDOMStylePropertyList.h
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-01 19:32:49 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-01 19:32:49 +0200
commit1f4ce97ecd5fa47eead41e1408d2d26ce50749fa (patch)
treed47291e5471dc98ebf2e4f4d5281d9c3eda15518 /layout/style/nsComputedDOMStylePropertyList.h
parentdc8aad9b9dc6983bb88aa586f34d9db007840eb8 (diff)
downloadUXP-1f4ce97ecd5fa47eead41e1408d2d26ce50749fa.tar
UXP-1f4ce97ecd5fa47eead41e1408d2d26ce50749fa.tar.gz
UXP-1f4ce97ecd5fa47eead41e1408d2d26ce50749fa.tar.lz
UXP-1f4ce97ecd5fa47eead41e1408d2d26ce50749fa.tar.xz
UXP-1f4ce97ecd5fa47eead41e1408d2d26ce50749fa.zip
moebius#90: CSS - implement text-justify property
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 7c0457e34..1983208ac 100644
--- a/layout/style/nsComputedDOMStylePropertyList.h
+++ b/layout/style/nsComputedDOMStylePropertyList.h
@@ -239,6 +239,7 @@ COMPUTED_STYLE_PROP(text_emphasis_color, TextEmphasisColor)
COMPUTED_STYLE_PROP(text_emphasis_position, TextEmphasisPosition)
COMPUTED_STYLE_PROP(text_emphasis_style, TextEmphasisStyle)
COMPUTED_STYLE_PROP(text_indent, TextIndent)
+COMPUTED_STYLE_PROP(text_justify, TextJustify)
COMPUTED_STYLE_PROP(text_orientation, TextOrientation)
COMPUTED_STYLE_PROP(text_overflow, TextOverflow)
COMPUTED_STYLE_PROP(text_shadow, TextShadow)