| Index: third_party/WebKit/Source/core/layout/LayoutTextControl.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControl.h b/third_party/WebKit/Source/core/layout/LayoutTextControl.h
|
| index 1867e8bbbb6f65455ae6ede5ddb1e053f5bc4aba..d0d97f13f26243f23a07a39ab4a039fc96a09479 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControl.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.h
|
| @@ -1,6 +1,7 @@
|
| /*
|
| * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.
|
| - * (C) 2008 Torch Mobile Inc. All rights reserved. (http://www.torchmobile.com/)
|
| + * (C) 2008 Torch Mobile Inc. All rights reserved.
|
| + * (http://www.torchmobile.com/)
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| * modify it under the terms of the GNU Library General Public
|
| @@ -76,9 +77,10 @@ class CORE_EXPORT LayoutTextControl : public LayoutBlockFlow {
|
| LayoutObject* layoutSpecialExcludedChild(bool relayoutChildren,
|
| SubtreeLayoutScope&) override;
|
|
|
| - // We need to override this function because we don't want overflow:hidden on an <input>
|
| - // to affect the baseline calculation. This is necessary because we are an inline-block
|
| - // element as an implementation detail which would normally be affected by this.
|
| + // We need to override this function because we don't want overflow:hidden on
|
| + // an <input> to affect the baseline calculation. This is necessary because we
|
| + // are an inline-block element as an implementation detail which would
|
| + // normally be affected by this.
|
| bool shouldIgnoreOverflowPropertyForInlineBlockBaseline() const override {
|
| return true;
|
| }
|
|
|