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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FEFlood.h

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/FEFlood.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h b/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h
index d6ef6607e49267c66e4816436a942b0cf24d21e3..c7cd88931157a7a643db9803ec3dc6bfd1ed5a2a 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h
@@ -38,8 +38,9 @@ class PLATFORM_EXPORT FEFlood final : public FilterEffect {
float floodOpacity() const;
bool setFloodOpacity(float);
- // feFlood does not perform color interpolation of any kind, so the result is always in the current
- // color space regardless of the value of color-interpolation-filters.
+ // feFlood does not perform color interpolation of any kind, so the result is
+ // always in the current color space regardless of the value of
+ // color-interpolation-filters.
void setOperatingColorSpace(ColorSpace) override {}
TextStream& externalRepresentation(TextStream&, int indention) const override;

Powered by Google App Engine
This is Rietveld 408576698