| Index: third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h b/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h
|
| index 23b4ae4c3331a8cc9a9edf05ca9090380e4d56e0..a60ea843167fcfa687a7bc31ef15b99e425b42ab 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h
|
| @@ -1,5 +1,6 @@
|
| /*
|
| - * Copyright (C) 2008 Torch Mobile Inc. All rights reserved. (http://www.torchmobile.com/)
|
| + * Copyright (C) 2008 Torch Mobile Inc. All rights reserved.
|
| + * (http://www.torchmobile.com/)
|
| * Copyright (C) 2009 Apple Inc. All rights reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| @@ -48,7 +49,8 @@ class LayoutTextControlMultiLine final : public LayoutTextControl {
|
| LayoutUnit computeControlLogicalHeight(
|
| LayoutUnit lineHeight,
|
| LayoutUnit nonContentHeight) const override;
|
| - // We override the two baseline functions because we want our baseline to be the bottom of our margin box.
|
| + // We override the two baseline functions because we want our baseline to be
|
| + // the bottom of our margin box.
|
| int baselinePosition(
|
| FontBaseline,
|
| bool firstLine,
|
|
|