| Index: third_party/WebKit/Source/platform/geometry/IntSize.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/IntSize.h b/third_party/WebKit/Source/platform/geometry/IntSize.h
|
| index 14eb1a1db51c975679ac2fddc043e70570b198a1..1b58ddeb5969dd22764a3b70028f6a79db48db9b 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/IntSize.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/IntSize.h
|
| @@ -178,9 +178,7 @@ inline bool operator!=(const IntSize& a, const IntSize& b)
|
| return a.width() != b.width() || a.height() != b.height();
|
| }
|
|
|
| -// Redeclared here to avoid ODR issues.
|
| -// See platform/testing/GeometryPrinters.h.
|
| -void PrintTo(const IntSize&, std::ostream*);
|
| +PLATFORM_EXPORT std::ostream& operator<<(std::ostream&, const IntSize&);
|
|
|
| } // namespace blink
|
|
|
|
|