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..f22d36af6e095a5d75fc24fb48302d6773573e4d 100644 |
--- a/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEBoxReflect.cpp |
@@ -20,10 +20,8 @@ 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. |
return m_reflection.mapRect(rect); |
} |