| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| index a08fa3cda6605e63aaea32ce21722ea100acedea..9869b55ab4ca695008771015260c26ae4fd818cb 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| @@ -52,7 +52,8 @@ class LayoutSVGHiddenContainer : public LayoutSVGContainer {
|
| FloatRect visualRectInLocalSVGCoordinates() const final {
|
| return FloatRect();
|
| }
|
| - void absoluteQuads(Vector<FloatQuad>&) const final {}
|
| + void absoluteQuads(Vector<FloatQuad>&,
|
| + MapCoordinatesFlags mode = 0) const final {}
|
|
|
| bool nodeAtFloatPoint(HitTestResult&,
|
| const FloatPoint& pointInParent,
|
|
|