Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableCell.h

Issue 1656743002: Removing more implicit LayoutUnit construction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698