| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index 3d103410a6c3cd0663eea30d0e2d97ffa91c5402..2aa7d75b1adc5d58733aa5df51c1acef42b9f2ea 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -1888,15 +1888,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase<ComputedStyle>,
|
| color.IsCurrentColor());
|
| }
|
|
|
| - // -webkit-text-stroke-width
|
| - static float InitialTextStrokeWidth() { return 0; }
|
| - float TextStrokeWidth() const {
|
| - return rare_inherited_data_->text_stroke_width_;
|
| - }
|
| - void SetTextStrokeWidth(float w) {
|
| - SET_VAR(rare_inherited_data_, text_stroke_width_, w);
|
| - }
|
| -
|
| // -webkit-user-drag
|
| static EUserDrag InitialUserDrag() { return DRAG_AUTO; }
|
| EUserDrag UserDrag() const {
|
|
|