Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h |
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h |
| index 422847862df4f88da3edaf6c474b5068ef9d1cab..fcd11b95b9b38c69d217810d013f99a41f89a5a9 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h |
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.h |
| @@ -62,12 +62,14 @@ private: |
| void layout() override; |
| void paint(const PaintInfo&, const LayoutPoint&) const override; |
| - void updateBoundingBox(); |
| + bool updateBoundingBox(); |
| bool nodeAtFloatPoint(HitTestResult&, const FloatPoint& pointInParent, HitTestAction) override; |
| AffineTransform localSVGTransform() const override { return m_localTransform; } |
| + FloatSize calculateObjectSize(); |
|
fs
2016/09/14 11:31:52
const qualify?
Shanmuga Pandi
2016/09/14 13:15:36
Done.
|
| + |
| bool m_needsBoundariesUpdate : 1; |
| bool m_needsTransformUpdate : 1; |
| AffineTransform m_localTransform; |