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

Unified Diff: third_party/WebKit/Source/core/css/resolver/FontBuilderTest.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/FontBuilderTest.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/FontBuilderTest.cpp b/third_party/WebKit/Source/core/css/resolver/FontBuilderTest.cpp
index af0d1534e35a81fec82e31b95e2766305d6725c0..b04ed63ca3c55872511633831814032788e75564 100644
--- a/third_party/WebKit/Source/core/css/resolver/FontBuilderTest.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/FontBuilderTest.cpp
@@ -60,7 +60,8 @@ TEST_F(FontBuilderInitTest, NotDirty) {
}
// This test verifies that when you are setting some field F via FontBuilder,
-// only F is actually modified on the incoming ComputedStyle::fontDescription.
+// only F is actually modified on the incoming
+// ComputedStyle::GetFontDescription.
TEST_P(FontBuilderAdditiveTest, OnlySetValueIsModified) {
FunctionPair funcs = GetParam();

Powered by Google App Engine
This is Rietveld 408576698