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

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

Issue 2422953003: Repeating header groups should align properly when captions are present (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..d6bce4114c1e5faffeda4cf9ff42fd660331ca90 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTable.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
@@ -253,6 +253,7 @@ class CORE_EXPORT LayoutTable final : public LayoutBlock {
LayoutTableSection* header() const { return m_head; }
LayoutTableSection* footer() const { return m_foot; }
LayoutTableSection* firstBody() const { return m_firstBody; }
+ LayoutTableCaption* topCaption() const;
// This function returns 0 if the table has no section.
LayoutTableSection* topSection() const;

Powered by Google App Engine
This is Rietveld 408576698