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: Source/core/css/CSSFontSelector.cpp

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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
« no previous file with comments | « Source/core/css/CSSFontSelector.h ('k') | Source/core/css/CSSGradientValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontSelector.cpp
diff --git a/Source/core/css/CSSFontSelector.cpp b/Source/core/css/CSSFontSelector.cpp
index 80eaf22535a2f19fad203f72048074caf7a64a4e..bb706145b64a76c6894b19e3ec0651837360b37c 100644
--- a/Source/core/css/CSSFontSelector.cpp
+++ b/Source/core/css/CSSFontSelector.cpp
@@ -168,7 +168,7 @@ void CSSFontSelector::updateGenericFontFamilySettings(Document& document)
if (!document.settings())
return;
m_genericFontFamilySettings = document.settings()->genericFontFamilySettings();
- // Need to increment FontFaceCache version to update LayoutStyles.
+ // Need to increment FontFaceCache version to update ComputedStyles.
m_fontFaceCache.incrementVersion();
}
« no previous file with comments | « Source/core/css/CSSFontSelector.h ('k') | Source/core/css/CSSGradientValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698