Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h |
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h |
| index e8180ad9f9956929935836d09f96b822eabc6680..d13214b209e41ca5fe14c63559c4a9fe503bf5a6 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h |
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h |
| @@ -68,6 +68,9 @@ protected: |
| void addLayerHitTestRects(LayerHitTestRects&, const PaintLayer* currentCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const final; |
| void willBeDestroyed() override; |
| + PaintInvalidationReason getPaintInvalidationReason(const PaintInvalidationState&, |
| + const LayoutRect& oldBounds, const LayoutPoint& oldPositionFromPaintInvalidationContainer, |
| + const LayoutRect& newBounds, const LayoutPoint& newPositionFromPaintInvalidationContainer) const override; |
|
Xianzhu
2016/06/10 23:03:27
Nit: I think you can use the shorter version of th
|
| private: |
| // LayoutSVGModelObject subclasses should use element() instead. |
| void node() const = delete; |