| 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;
|
| }
|
|
|
|
|