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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp

Issue 2850173003: Move LengthSizes border-*-radius out of BorderData (Closed)
Patch Set: Rebase 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/LayoutTableBoxComponent.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp
index ab978d3850623979bced6215999b86221d44b430..923dc90dfa4b8e72c60c0c68641c9c16ad62ca46 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp
@@ -18,6 +18,7 @@ void LayoutTableBoxComponent::InvalidateCollapsedBordersOnStyleChange(
if (!table.ShouldCollapseBorders())
return;
if (old_style.Border() != table_part.StyleRef().Border() ||
+ !old_style.RadiiEqual(table_part.StyleRef()) ||
(diff.TextDecorationOrColorChanged() &&
table_part.StyleRef().HasBorderColorReferencingCurrentColor()))
table.InvalidateCollapsedBorders();
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBox.cpp ('k') | third_party/WebKit/Source/core/style/BorderData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698