Chromium Code Reviews| Index: third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h |
| diff --git a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h |
| index 76e2b8ec581220d71f25ebff98182fce2d4e14f8..59d512b1c18cababaa02a6749bfc85486432d9cd 100644 |
| --- a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h |
| +++ b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h |
| @@ -27,6 +27,8 @@ class BoxPaintInvalidator { |
| PaintInvalidationReason invalidatePaintIfNeeded(); |
| + static LayoutSize previousBorderBoxSize(const LayoutBox&); |
|
Xianzhu
2017/02/16 20:47:09
I will follow-up to try adding LayoutBox::m_previo
|
| + |
| private: |
| bool backgroundGeometryDependsOnLayoutOverflowRect(); |
| bool backgroundPaintsOntoScrollingContentsLayer(); |