| Index: third_party/WebKit/Source/platform/geometry/IntPoint.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/IntPoint.h b/third_party/WebKit/Source/platform/geometry/IntPoint.h
|
| index fef845d94bf3879391a96c75d0b902d6829adb12..1d3bf96afd9c914a92967763006dd0ec019077a0 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/IntPoint.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/IntPoint.h
|
| @@ -164,9 +164,7 @@ inline int IntPoint::distanceSquaredToPoint(const IntPoint& point) const
|
| return ((*this) - point).diagonalLengthSquared();
|
| }
|
|
|
| -// Redeclared here to avoid ODR issues.
|
| -// See platform/testing/GeometryPrinters.h.
|
| -void PrintTo(const IntPoint&, std::ostream*);
|
| +PLATFORM_EXPORT std::ostream& operator<<(std::ostream&, const IntPoint&);
|
|
|
| } // namespace blink
|
|
|
|
|