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

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

Issue 2421613002: Lay out table children in visual order, and set position and size. (Closed)
Patch Set: Created 4 years, 2 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/LayoutTable.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h
index bb904c8d89294e9bf52142ebe46807bf42994664..5cc61bedd607070de4d9eb057b5d1e26a1dffb0a 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTable.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
@@ -480,7 +480,10 @@ class CORE_EXPORT LayoutTable final : public LayoutBlock {
void addOverflowFromChildren() override;
void recalcSections() const;
- void layoutCaption(LayoutTableCaption&);
+ void layoutCaption(LayoutTableCaption&, SubtreeLayoutScope&);
+ void layoutSection(LayoutTableSection&,
+ SubtreeLayoutScope&,
+ LayoutUnit logicalLeft);
void distributeExtraLogicalHeight(int extraLogicalHeight);

Powered by Google App Engine
This is Rietveld 408576698