Index: third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h |
index c73d826db96d00f5c290341bc0621167d9d579ea..1d2b6717ceedecf9ce0f8609d89b964718fd6dfc 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h |
+++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h |
@@ -145,6 +145,8 @@ class CORE_EXPORT SVGLayoutSupport { |
static bool computeHasNonIsolatedBlendingDescendants(const LayoutObjectType*); |
static bool isIsolationRequired(const LayoutObject*); |
+ static AffineTransform deprecatedCalculateTransformToLayer( |
+ const LayoutObject*); |
static float calculateScreenFontSizeScalingFactor(const LayoutObject*); |
static LayoutObject* findClosestLayoutSVGText(LayoutObject*, |