Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h |
index a32978124b16844a7a73a71796cc400df310ad30..d20594fc39b6eb3b080c076291b002dab28168a1 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h |
@@ -28,6 +28,7 @@ |
namespace blink { |
class SVGElement; |
+enum class SVGTransformChange; |
class CORE_EXPORT LayoutSVGRoot final : public LayoutReplaced { |
public: |
@@ -156,7 +157,7 @@ class CORE_EXPORT LayoutSVGRoot final : public LayoutReplaced { |
void descendantIsolationRequirementsChanged(DescendantIsolationState) final; |
void updateCachedBoundaries(); |
- void buildLocalToBorderBoxTransform(); |
+ SVGTransformChange buildLocalToBorderBoxTransform(); |
PositionWithAffinity positionForPoint(const LayoutPoint&) final; |