| Index: third_party/WebKit/Source/platform/geometry/DoublePoint.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/DoublePoint.h b/third_party/WebKit/Source/platform/geometry/DoublePoint.h
|
| index b2a6e9c7cc8720844f8df97da203198e557bc98f..a01d9ca7c25d90ad63f4e3cccad6f896730e7c74 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/DoublePoint.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/DoublePoint.h
|
| @@ -174,9 +174,7 @@ inline DoubleSize toDoubleSize(const DoublePoint& a)
|
| return DoubleSize(a.x(), a.y());
|
| }
|
|
|
| -// Redeclared here to avoid ODR issues.
|
| -// See platform/testing/GeometryPrinters.h.
|
| -void PrintTo(const DoublePoint&, std::ostream*);
|
| +PLATFORM_EXPORT std::ostream& operator<<(std::ostream&, const DoublePoint&);
|
|
|
| } // namespace blink
|
|
|
|
|