| Index: third_party/WebKit/Source/core/style/BorderValue.h
|
| diff --git a/third_party/WebKit/Source/core/style/BorderValue.h b/third_party/WebKit/Source/core/style/BorderValue.h
|
| index c0718759e4552fac913845785c3520dfc15cede0..07b25f8ae008dab606f9c44a6c3dfad40cdf2f59 100644
|
| --- a/third_party/WebKit/Source/core/style/BorderValue.h
|
| +++ b/third_party/WebKit/Source/core/style/BorderValue.h
|
| @@ -114,7 +114,7 @@ class BorderValue {
|
| unsigned m_colorIsCurrentColor : 1;
|
|
|
| unsigned m_width : 26; // Fixed point width
|
| - unsigned m_style : 4; // EBorderStyle
|
| + unsigned m_style : 4; // EBorderStyle
|
|
|
| // This is only used by OutlineValue but moved here to keep the bits packed.
|
| unsigned m_isAuto : 1; // OutlineIsAuto
|
|
|