| Index: third_party/WebKit/Source/platform/geometry/FloatRect.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatRect.h b/third_party/WebKit/Source/platform/geometry/FloatRect.h
|
| index 07c32cbff3dbec4a4def7583ad3992af71ed71e7..1b527edf86099679b0cb5ac2c4858111a1d7685d 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/FloatRect.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/FloatRect.h
|
| @@ -224,7 +224,7 @@ inline FloatRect unionRect(const FloatRect& a, const FloatRect& b)
|
| return c;
|
| }
|
|
|
| -FloatRect unionRect(const Vector<FloatRect>&);
|
| +PLATFORM_EXPORT FloatRect unionRect(const Vector<FloatRect>&);
|
|
|
| inline FloatRect& operator+=(FloatRect& a, const FloatRect& b)
|
| {
|
|
|