Index: third_party/WebKit/Source/core/layout/line/InlineBox.cpp |
diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineBox.cpp |
index 4da8c453feb1c32f20d189d77798e71f5143cca4..f9e3fe6dfa4c58cc558effc1447331e1136dc11d 100644 |
--- a/third_party/WebKit/Source/core/layout/line/InlineBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/line/InlineBox.cpp |
@@ -43,6 +43,7 @@ struct SameSizeAsInlineBox { |
LayoutPoint b; |
LayoutUnit c; |
uint32_t d : 32; |
+ DisplayItemCacheGeneration cacheGeneration; |
#if ENABLE(ASSERT) |
bool f; |
#endif |