Commit eaef03b3 authored by andersr@opera.com's avatar andersr@opera.com

Remove unused and incorrect RenderStyle::initialTextEmphasisColor.

Initial -webkit-text-emphasis-color (correctly) uses
StyleColor::currentColor, like most of the other colors.

Also, initialTextEmphasisColor returns TextEmphasisFillFilled, which is not a Color.

Review URL: https://codereview.chromium.org/425763002

git-svn-id: svn://svn.chromium.org/blink/trunk@179046 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 9bf6c146
......@@ -1662,7 +1662,6 @@ public:
static Length initialPerspectiveOriginX() { return Length(50.0, Percent); }
static Length initialPerspectiveOriginY() { return Length(50.0, Percent); }
static Color initialBackgroundColor() { return Color::transparent; }
static Color initialTextEmphasisColor() { return TextEmphasisFillFilled; }
static TextEmphasisFill initialTextEmphasisFill() { return TextEmphasisFillFilled; }
static TextEmphasisMark initialTextEmphasisMark() { return TextEmphasisMarkNone; }
static const AtomicString& initialTextEmphasisCustomMark() { return nullAtom; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment