Chromium Code Reviews| Index: Source/core/layout/line/WordMeasurement.h |
| diff --git a/Source/core/layout/line/WordMeasurement.h b/Source/core/layout/line/WordMeasurement.h |
| index 25be1030e686eadd542740d0770b98625ab53dec..53c5c8c8ac64f963d2a88e0fe10dcb20c6f42bd7 100644 |
| --- a/Source/core/layout/line/WordMeasurement.h |
| +++ b/Source/core/layout/line/WordMeasurement.h |
| @@ -46,6 +46,7 @@ public: |
| int startOffset; |
| int endOffset; |
| HashSet<const SimpleFontData*> fallbackFonts; |
| + FloatRect glyphBounds; |
| }; |
| } // namespace blink |