Commit 233e84ce authored by Aleks Totic's avatar Aleks Totic Committed by Commit Bot

[TablesNG] NGTableBorders

Data structure that holds collapsed borders.

Bug: 958381
Change-Id: If9716b5c81f6869dfd07468677490546f1eed34e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277060
Commit-Queue: Aleks Totic <atotic@chromium.org>
Reviewed-by: default avatarIan Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: default avatarMorten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#785966}
parent 5fd79063
...@@ -550,6 +550,8 @@ blink_core_sources("layout") { ...@@ -550,6 +550,8 @@ blink_core_sources("layout") {
"ng/table/layout_ng_table_section.cc", "ng/table/layout_ng_table_section.cc",
"ng/table/layout_ng_table_section.h", "ng/table/layout_ng_table_section.h",
"ng/table/layout_ng_table_section_interface.h", "ng/table/layout_ng_table_section_interface.h",
"ng/table/ng_table_borders.cc",
"ng/table/ng_table_borders.h",
"ng/table/ng_table_layout_algorithm_helpers.cc", "ng/table/ng_table_layout_algorithm_helpers.cc",
"ng/table/ng_table_layout_algorithm_helpers.h", "ng/table/ng_table_layout_algorithm_helpers.h",
"ng/table/ng_table_layout_algorithm_types.cc", "ng/table/ng_table_layout_algorithm_types.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment