| Index: third_party/WebKit/Source/platform/geometry/FloatPoint.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatPoint.h b/third_party/WebKit/Source/platform/geometry/FloatPoint.h
|
| index c1c73e69f8a7cc1064ec08bd756f1ca8b72b28fe..8d326e29d97e882c54c90d2cc533ff015f9500b3 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/FloatPoint.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/FloatPoint.h
|
| @@ -277,9 +277,7 @@ inline FloatSize toFloatSize(const FloatPoint& a)
|
| // Find point where lines through the two pairs of points intersect. Returns false if the lines don't intersect.
|
| PLATFORM_EXPORT bool findIntersection(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& d1, const FloatPoint& d2, FloatPoint& intersection);
|
|
|
| -// Redeclared here to avoid ODR issues.
|
| -// See platform/testing/GeometryPrinters.h.
|
| -void PrintTo(const FloatPoint&, std::ostream*);
|
| +PLATFORM_EXPORT std::ostream& operator<<(std::ostream&, const FloatPoint&);
|
|
|
| } // namespace blink
|
|
|
|
|