| Index: third_party/WebKit/Source/platform/geometry/FloatQuad.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatQuad.h b/third_party/WebKit/Source/platform/geometry/FloatQuad.h
|
| index af1561abc30ebf80cf6764e475c96d8b7a721312..817a088eae704af1238c68a3f9b0e3fa7be24a10 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/FloatQuad.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/FloatQuad.h
|
| @@ -189,10 +189,7 @@ inline bool operator!=(const FloatQuad& a, const FloatQuad& b)
|
| a.p4() != b.p4();
|
| }
|
|
|
| -
|
| -// Redeclared here to avoid ODR issues.
|
| -// See platform/testing/GeometryPrinters.h.
|
| -void PrintTo(const FloatQuad&, std::ostream*);
|
| +PLATFORM_EXPORT std::ostream& operator<<(std::ostream&, const FloatQuad&);
|
|
|
| } // namespace blink
|
|
|
|
|