Chromium Code Reviews| Index: Source/core/layout/LayoutBlock.cpp |
| diff --git a/Source/core/layout/LayoutBlock.cpp b/Source/core/layout/LayoutBlock.cpp |
| index d1a61fd3345cb31e0d994a61f1afe1da5ef30bfa..9621dd680a56d67de5d920a750b6b71cd33020e7 100644 |
| --- a/Source/core/layout/LayoutBlock.cpp |
| +++ b/Source/core/layout/LayoutBlock.cpp |
| @@ -81,7 +81,6 @@ using namespace HTMLNames; |
| struct SameSizeAsLayoutBlock : public LayoutBox { |
| LayoutObjectChildList children; |
| LineBoxList lineBoxes; |
| - int pageLogicalOffset; |
| uint32_t bitfields; |
| }; |