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

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

Issue 2805103003: Optimize collapsed border calculation (step 2) (Closed)
Patch Set: - Created 3 years, 8 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 1dbd0dee212ce66d5c31ce3e4920cf239ab9d799..4ad02b9bf8b1243f28d66f07d00cd050067df437 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h
@@ -185,6 +185,7 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow {
LayoutUnit BorderBefore() const override;
LayoutUnit BorderAfter() const override;
+ void InvalidateCollapsedBordersOfAffectedCells();
void CollectCollapsedBorderValues(LayoutTable::CollapsedBorderValues&);
static void SortCollapsedBorderValues(LayoutTable::CollapsedBorderValues&);

Powered by Google App Engine
This is Rietveld 408576698