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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.cpp

Issue 2389703004: Rewrap comments to 80 columns in Source/platform/graphics/filters/. (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/platform/graphics/filters/FEDisplacementMap.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.cpp b/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.cpp
index f96dd9311a00b4c25d89acaddd75feb72d70521c..0696be9d335f4befcc042c8436ba22482268a107 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.cpp
@@ -123,7 +123,8 @@ sk_sp<SkImageFilter> FEDisplacementMap::createImageFilter() {
toSkiaMode(m_yChannelSelector);
SkImageFilter::CropRect cropRect = getCropRect();
// FIXME : Only applyHorizontalScale is used and applyVerticalScale is ignored
- // This can be fixed by adding a 2nd scale parameter to SkDisplacementMapEffect
+ // This can be fixed by adding a 2nd scale parameter to
+ // SkDisplacementMapEffect.
return SkDisplacementMapEffect::Make(
typeX, typeY, SkFloatToScalar(getFilter()->applyHorizontalScale(m_scale)),
std::move(displ), std::move(color), &cropRect);

Powered by Google App Engine
This is Rietveld 408576698