| Index: third_party/WebKit/Source/core/style/StyleSurroundData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleSurroundData.h b/third_party/WebKit/Source/core/style/StyleSurroundData.h
|
| index 4ddee24c1299aa130681edccaa678819766cf1b9..af07ce05bb554460d2811ca01a29c68ae147fd22 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleSurroundData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleSurroundData.h
|
| @@ -47,7 +47,10 @@ class CORE_EXPORT StyleSurroundData : public RefCounted<StyleSurroundData> {
|
| bool operator==(const StyleSurroundData&) const;
|
| bool operator!=(const StyleSurroundData& o) const { return !(*this == o); }
|
|
|
| - LengthBox offset;
|
| + Length m_left;
|
| + Length m_right;
|
| + Length m_top;
|
| + Length m_bottom;
|
| LengthBox margin;
|
| LengthBox padding;
|
| BorderData border;
|
|
|