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

Unified Diff: third_party/WebKit/Source/platform/graphics/Gradient.cpp

Issue 2398453002: Rewrap comments to 80 columns in Source/platform/graphics/. (Closed)
Patch Set: Review feedback 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/platform/graphics/Gradient.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/Gradient.cpp b/third_party/WebKit/Source/platform/graphics/Gradient.cpp
index 407e15f1e940b51faae3fc5d11bbdd68696b13d5..11affcf6209ae4646e0604839af0ffac71f9c618 100644
--- a/third_party/WebKit/Source/platform/graphics/Gradient.cpp
+++ b/third_party/WebKit/Source/platform/graphics/Gradient.cpp
@@ -98,7 +98,8 @@ void Gradient::sortStopsIfNecessary() {
}
void Gradient::setSpreadMethod(GradientSpreadMethod spreadMethod) {
- // FIXME: Should it become necessary, allow calls to this method after m_gradient has been set.
+ // FIXME: Should it become necessary, allow calls to this method after
+ // |m_gradient| has been set.
DCHECK(!m_cachedShader);
if (m_spreadMethod == spreadMethod)

Powered by Google App Engine
This is Rietveld 408576698