| Index: third_party/WebKit/Source/platform/geometry/DoubleSize.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/DoubleSize.h b/third_party/WebKit/Source/platform/geometry/DoubleSize.h
|
| index 33c6ef31909a7789c9cb94b3479dec3505933f1f..c43f64eb36509804c8756242998ca039f63485ce 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/DoubleSize.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/DoubleSize.h
|
| @@ -111,9 +111,7 @@ inline FloatSize toFloatSize(const DoubleSize& p)
|
| return FloatSize(p.width(), p.height());
|
| }
|
|
|
| -// Redeclared here to avoid ODR issues.
|
| -// See platform/testing/GeometryPrinters.h.
|
| -void PrintTo(const DoubleSize&, std::ostream*);
|
| +PLATFORM_EXPORT std::ostream& operator<<(std::ostream&, const DoubleSize&);
|
|
|
| } // namespace blink
|
|
|
|
|