| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index b46feeb1e545884b5648a02ac265d72a22bafdde..658cda8ecddc0e48e0346b433927e45ecc083f20 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -1406,15 +1406,9 @@ void ComputedStyle::SetListStyleImage(StyleImage* v) {
|
| Color ComputedStyle::GetColor() const {
|
| return inherited_data_->color_;
|
| }
|
| -Color ComputedStyle::VisitedLinkColor() const {
|
| - return inherited_data_->visited_link_color_;
|
| -}
|
| void ComputedStyle::SetColor(const Color& v) {
|
| SET_VAR(inherited_data_, color_, v);
|
| }
|
| -void ComputedStyle::SetVisitedLinkColor(const Color& v) {
|
| - SET_VAR(inherited_data_, visited_link_color_, v);
|
| -}
|
|
|
| FloatRoundedRect ComputedStyle::GetRoundedBorderFor(
|
| const LayoutRect& border_rect,
|
|
|