| Index: Source/platform/geometry/FloatRect.cpp
|
| diff --git a/Source/platform/geometry/FloatRect.cpp b/Source/platform/geometry/FloatRect.cpp
|
| index 517926afb4c570c1394ec8c077788ebbebe0bf1d..09eeb4b7dbd521243556110ecb987dd8da976a3f 100644
|
| --- a/Source/platform/geometry/FloatRect.cpp
|
| +++ b/Source/platform/geometry/FloatRect.cpp
|
| @@ -225,12 +225,6 @@ void FloatRect::fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const Fl
|
| setLocationAndSizeFromEdges(left, top, right, bottom);
|
| }
|
|
|
| -FloatRect::operator SkRect() const
|
| -{
|
| - SkRect rect = { x(), y(), maxX(), maxY() };
|
| - return rect;
|
| -}
|
| -
|
| IntRect enclosingIntRect(const FloatRect& rect)
|
| {
|
| IntPoint location = flooredIntPoint(rect.minXMinYCorner());
|
|
|