Chromium Code Reviews| 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 933c428bef31676aae1ea80448c0d1c4c6b7f4d9..9807fde336e7a5af33b56c0722f49ba65935505f 100644 |
| --- a/third_party/WebKit/Source/core/style/StyleSurroundData.h |
| +++ b/third_party/WebKit/Source/core/style/StyleSurroundData.h |
| @@ -55,7 +55,10 @@ class CORE_EXPORT StyleSurroundData : public RefCounted<StyleSurroundData> { |
| Length margin_right_; |
| Length margin_top_; |
| Length margin_bottom_; |
| - LengthBox padding_; |
| + Length padding_left_; |
| + Length padding_right_; |
| + Length padding_top_; |
| + Length padding_bottom_; |
| BorderData border_; |
| private: |