| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| index 0539af3afa7737c72e22595b6f39023353255ed0..3cb5fa121cd640f74e6fc6ec3890c73dfa145c29 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| @@ -181,7 +181,7 @@ public:
|
|
|
| void paint(const PaintInfo&, const LayoutPoint&) const override;
|
|
|
| - LayoutUnit cellBaselinePosition() const;
|
| + int cellBaselinePosition() const;
|
| bool isBaselineAligned() const
|
| {
|
| EVerticalAlign va = style()->verticalAlign();
|
|
|