| 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 1248be1d12c9632c4f9d684f928e7b7451232b8a..080e23354efe4e14f5e355a4452168f4101b418d 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -3479,6 +3479,7 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| DCHECK(!isOutlineEquivalent(&o));
|
| m_background.access()->m_outline = o.m_background->m_outline;
|
| }
|
| + float getOutlineStrokeWidthForFocusRing() const;
|
|
|
| // Position utility functions.
|
| bool hasOutOfFlowPosition() const {
|
|
|