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

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

Issue 2575863002: Ignore minimum font-size for SVG text (Closed)
Patch Set: Created 4 years 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/LayoutSVGInlineText.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
index 762ca60598f7666421eb8158e2f5e514b94e9569..dd86be76de94f5ff689717a6962eff9306fdb034 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
@@ -45,7 +45,7 @@ class LayoutSVGInlineText final : public LayoutText {
const Font& scaledFont() const { return m_scaledFont; }
void updateScaledFont();
void updateMetricsList(bool& lastCharacterWasWhiteSpace);
- static void computeNewScaledFontForStyle(LayoutObject*,
+ static void computeNewScaledFontForStyle(const LayoutObject&,
float& scalingFactor,
Font& scaledFont);
« no previous file with comments | « third_party/WebKit/Source/core/css/FontSize.cpp ('k') | third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698