Chromium Code Reviews| Index: Source/platform/text/TextRun.cpp |
| diff --git a/Source/platform/text/TextRun.cpp b/Source/platform/text/TextRun.cpp |
| index 2cad6468cd5b6777449da780b7dae46490ea4eb9..c9ef82a6baa42a1a0ba5181f4d9a1f3b3c78f26b 100644 |
| --- a/Source/platform/text/TextRun.cpp |
| +++ b/Source/platform/text/TextRun.cpp |
| @@ -36,6 +36,7 @@ struct ExpectedTextRunSize { |
| float float3; |
| uint32_t bitfields : 10; |
| unsigned anUnsigned; |
| + bool b; |
| RefPtr<TextRun::RenderingContext> renderingContext; |
| }; |