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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.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/LayoutTableBoxComponent.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h
index 69021f8dc4c8057ad92f159e1a51060d6a295532..b6e34f49199eb8ca2af1df81904188398c31a912 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h
@@ -18,9 +18,9 @@ class LayoutTable;
// Also provides utility functions for all table parts.
class CORE_EXPORT LayoutTableBoxComponent : public LayoutBox {
public:
- static void InvalidateCollapsedBordersOnStyleChange(
+ static bool NeedsInvalidateCollapsedBordersOnStyleChange(
wkorman 2017/04/27 22:05:36 Document this method in particular what it returns
const LayoutObject& table_part,
- LayoutTable&,
+ const LayoutTable&,
const StyleDifference&,
const ComputedStyle& old_style);

Powered by Google App Engine
This is Rietveld 408576698