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); |