| Index: third_party/WebKit/Source/core/style/CollapsedBorderValue.h
|
| diff --git a/third_party/WebKit/Source/core/style/CollapsedBorderValue.h b/third_party/WebKit/Source/core/style/CollapsedBorderValue.h
|
| index 022590dc3f7b35af6f341fee886fccfde6d71a00..544bf90caa0085c7e628d1c2c9fa3e9527720221 100644
|
| --- a/third_party/WebKit/Source/core/style/CollapsedBorderValue.h
|
| +++ b/third_party/WebKit/Source/core/style/CollapsedBorderValue.h
|
| @@ -85,6 +85,7 @@ public:
|
| private:
|
| Color m_color;
|
| unsigned m_colorIsCurrentColor : 1;
|
| + // TODO(bugsnash): change m_width to float
|
| unsigned m_width : 23;
|
| unsigned m_style : 4; // EBorderStyle
|
| unsigned m_precedence : 3; // EBorderPrecedence
|
|
|