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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FilterEffect.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/FilterEffect.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.cpp b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.cpp
index 9e0a717b9143343674ff7d49486f594312b32e64..ef8da8c33258a986de74cc100e818f2313bdc5c6 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.cpp
@@ -99,8 +99,9 @@ Color FilterEffect::adaptColorToOperatingColorSpace(const Color& deviceColor) {
}
TextStream& FilterEffect::externalRepresentation(TextStream& ts, int) const {
- // FIXME: We should dump the subRegions of the filter primitives here later. This isn't
- // possible at the moment, because we need more detailed informations from the target object.
+ // FIXME: We should dump the subRegions of the filter primitives here later.
+ // This isn't possible at the moment, because we need more detailed
+ // information from the target object.
return ts;
}

Powered by Google App Engine
This is Rietveld 408576698