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

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

Issue 2492013004: Neuter font size scaling (Closed)
Patch Set: Updated test expectations Created 4 years, 1 month 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 1d2b6717ceedecf9ce0f8609d89b964718fd6dfc..c73d826db96d00f5c290341bc0621167d9d579ea 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.h
@@ -145,8 +145,6 @@ 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