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

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

Issue 2838643003: Invalidate collapsed borders using currentColor when color changes (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/LayoutTableBoxComponent.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h
index 7ba296f87ff99457dcf4d41e9a86deac9468af76..69021f8dc4c8057ad92f159e1a51060d6a295532 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h
@@ -15,8 +15,15 @@ namespace blink {
class LayoutTable;
// Common super class for LayoutTableCol, LayoutTableSection and LayoutTableRow.
+// Also provides utility functions for all table parts.
class CORE_EXPORT LayoutTableBoxComponent : public LayoutBox {
public:
+ static void InvalidateCollapsedBordersOnStyleChange(
+ const LayoutObject& table_part,
+ LayoutTable&,
+ const StyleDifference&,
+ const ComputedStyle& old_style);
+
static bool DoCellsHaveDirtyWidth(const LayoutObject& table_part,
const LayoutTable&,
const StyleDifference&,

Powered by Google App Engine
This is Rietveld 408576698