Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h

Issue 2805043002: Revert "Neuter the "screen scale factor" computation for SVG <text>" (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*,

Powered by Google App Engine
This is Rietveld 408576698