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

Unified Diff: third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp

Issue 2812743003: Rename cleanup in comments in css/ directory. (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/css/resolver/FontBuilder.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp b/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp
index 02014ab9a5fbaa0c58956944d22e941f376d2a6d..e4bc94bd46c65072c95c9bb1b60659ab83d42702 100644
--- a/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp
@@ -320,7 +320,7 @@ void FontBuilder::UpdateAdjustedSize(FontDescription& font_description,
// We need to create a temporal Font to get xHeight of a primary font.
// The aspect value is based on the xHeight of the font for the computed font
// size, so we need to reset the adjustedSize to computedSize. See
- // FontDescription::effectiveFontSize.
+ // FontDescription::EffectiveFontSize.
font_description.SetAdjustedSize(font_description.ComputedSize());
Font font(font_description);

Powered by Google App Engine
This is Rietveld 408576698