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