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

Unified Diff: Source/core/css/resolver/CSSToStyleMap.h

Issue 302643002: Remove zoom special casing of SVG when computing border-widths (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove method on CSSToStyleMap rendered unnecessary Created 6 years, 7 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: Source/core/css/resolver/CSSToStyleMap.h
diff --git a/Source/core/css/resolver/CSSToStyleMap.h b/Source/core/css/resolver/CSSToStyleMap.h
index 3c38b0581371708eafb04a0bee9de23c6245409c..82018a0c46b3d7f9981cf26d486fa56eb3da03af 100644
--- a/Source/core/css/resolver/CSSToStyleMap.h
+++ b/Source/core/css/resolver/CSSToStyleMap.h
@@ -80,7 +80,6 @@ public:
private:
const CSSToLengthConversionData& cssToLengthConversionData() const;
- bool useSVGZoomRules() const;
PassRefPtr<StyleImage> styleImage(CSSPropertyID, CSSValue*);
« no previous file with comments | « LayoutTests/fast/css/border-image-widths-on-svg-with-zoom-expected.html ('k') | Source/core/css/resolver/CSSToStyleMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698