Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp b/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp |
| index 824c04f6e7fba2ba7abd325a57cc74c3f16e55d7..ea41cd58f73b4b30c8d2bdba618720586c5cf2c1 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp |
| @@ -20,7 +20,7 @@ FEBoxReflect::~FEBoxReflect() |
| { |
| } |
| -FloatRect FEBoxReflect::mapRect(const FloatRect& rect, bool forward) const |
| +FloatRect FEBoxReflect::mapEffect(const FloatRect& rect) const |
| { |
| // Reflection about any line is self-inverse, so this for both forward and |
|
Stephen White
2016/09/20 15:36:19
Nit: probably could remove this comment, since we
fs
2016/09/20 19:14:14
Removed.
|
| // reverse mapping. |