| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
|
| index b4cf161e9568916701c2ee4d7bd47649abe8232a..68021521a3f4e3216655a5a26c7e434c24278158 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
|
| @@ -72,7 +72,8 @@ class ShapeResultBuffer {
|
| float offset,
|
| Vector<CharacterRange>&);
|
|
|
| - // Empirically, cases where we get more than 50 ShapeResults are extremely rare.
|
| + // Empirically, cases where we get more than 50 ShapeResults are extremely
|
| + // rare.
|
| Vector<RefPtr<const ShapeResult>, 64> m_results;
|
| bool m_hasVerticalOffsets;
|
| };
|
|
|