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

Unified Diff: third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp

Issue 2392143002: reflow comments in core/style (Closed)
Patch Set: . Created 4 years, 2 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/style/SVGComputedStyleTest.cpp
diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp b/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp
index e957a829a1ce0bb0e895d62b5511c8a834c45b58..045eb8ab05e77625a42b931e877625442d5ead21 100644
--- a/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp
+++ b/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp
@@ -20,9 +20,9 @@ namespace blink {
EXPECT_FALSE(svg1->diff(svg2.get()).hasDifference()); \
}
-// This is not very useful for fields directly stored by values, because they can only be
-// compared by values. This macro mainly ensures that we update the comparisons and tests
-// when we change some field to RefPtr in the future.
+// This is not very useful for fields directly stored by values, because they
+// can only be compared by values. This macro mainly ensures that we update the
+// comparisons and tests when we change some field to RefPtr in the future.
#define TEST_STYLE_VALUE_NO_DIFF(type, fieldName) \
{ \
RefPtr<SVGComputedStyle> svg1 = SVGComputedStyle::create(); \
« no previous file with comments | « third_party/WebKit/Source/core/style/SVGComputedStyle.cpp ('k') | third_party/WebKit/Source/core/style/ShadowData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698