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

Unified Diff: third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h

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/CSSSegmentedFontFace.h
diff --git a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
index e550979415cef5e6406685dd088f3166ad670f17..8474e9bb6137f315f369ebcfa19866ac81927ea5 100644
--- a/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
+++ b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
@@ -96,7 +96,7 @@ class CSSSegmentedFontFace final
FontFaceList::iterator first_non_css_connected_face_;
// Approximate number of characters styled with this CSSSegmentedFontFace.
- // LayoutText::styleDidChange() increments this on the first
+ // LayoutText::StyleDidChange() increments this on the first
// CSSSegmentedFontFace in the style's font family list, so this is not
// counted if this font is used as a fallback font. Also, this may be double
// counted by style recalcs.

Powered by Google App Engine
This is Rietveld 408576698