| 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 0d0e74b850ab14df961508652266151c0a43a76c..70afabb915f721855d519e26b4adc55dc44e5ce2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h
|
| @@ -15,6 +15,7 @@ class CORE_EXPORT LayoutTableBoxComponent : public LayoutBox {
|
| public:
|
| bool backgroundChangedSinceLastPaintInvalidation() const { return m_backgroundChangedSinceLastPaintInvalidation; }
|
| void clearBackgroundChangedSinceLastPaintInvalidation() { m_backgroundChangedSinceLastPaintInvalidation = false; }
|
| + static bool borderWidthChanged(const ComputedStyle* oldStyle, const ComputedStyle* newStyle);
|
|
|
| protected:
|
| explicit LayoutTableBoxComponent(Element* element)
|
|
|