| 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 c47d0f808eea5c5daf6aa60b85d9d3d8bdb16022..881f3ebfc65b543532c4fe0ea8c3d2b2fa89602e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
|
| @@ -185,7 +185,7 @@ public:
|
| bool isBaselineAligned() const
|
| {
|
| EVerticalAlign va = style()->verticalAlign();
|
| - return va == BASELINE || va == TEXT_BOTTOM || va == TEXT_TOP || va == SUPER || va == SUB || va == LENGTH;
|
| + return va == VerticalAlignBaseline || va == VerticalAlignTextBottom || va == VerticalAlignTextTop || va == VerticalAlignSuper || va == VerticalAlignSub || va == VerticalAlignLength;
|
| }
|
|
|
| void computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope&);
|
|
|