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

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

Issue 2398453002: Rewrap comments to 80 columns in Source/platform/graphics/. (Closed)
Patch Set: Resync 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..4ac4d07f0c9a5a0a1b3216774dd738bbc7de881c 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.
Stephen White 2016/10/05 14:45:37 Nit: |m_gradient|?
Peter Kasting 2016/10/05 18:46:01 Done.
DCHECK(!m_cachedShader);
if (m_spreadMethod == spreadMethod)

Powered by Google App Engine
This is Rietveld 408576698