| Index: third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextCombine.h b/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| index eafb68bd8235d58b670d0c10ac9126197f4cf869..5fcecfedee54a8a041c13013e4350ed1829527d7 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| @@ -26,9 +26,9 @@
|
|
|
| namespace blink {
|
|
|
| -// LayoutTextCombine uses different coordinate systems for layout and inlineTextBox,
|
| -// because it is treated as 1em-box character in vertical flow for the layout,
|
| -// while its inline box is in horizontal flow.
|
| +// LayoutTextCombine uses different coordinate systems for layout and
|
| +// inlineTextBox, because it is treated as 1em-box character in vertical flow
|
| +// for the layout, while its inline box is in horizontal flow.
|
| class LayoutTextCombine final : public LayoutText {
|
| public:
|
| LayoutTextCombine(Node*, PassRefPtr<StringImpl>);
|
|
|