| 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
|
| // reverse mapping.
|
|
|