| Index: third_party/WebKit/Source/platform/testing/GeometryPrinters.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/GeometryPrinters.h b/third_party/WebKit/Source/platform/testing/GeometryPrinters.h
|
| index 589a13795db572400a8c57ada0cb0c89cd160a27..9b25d44c66dc0bc497912b536acf27df84e11eaf 100644
|
| --- a/third_party/WebKit/Source/platform/testing/GeometryPrinters.h
|
| +++ b/third_party/WebKit/Source/platform/testing/GeometryPrinters.h
|
| @@ -37,6 +37,7 @@ void PrintTo(const FloatRect&, std::ostream*);
|
| void PrintTo(const FloatRoundedRect&, std::ostream*);
|
| void PrintTo(const FloatRoundedRect::Radii&, std::ostream*);
|
| void PrintTo(const FloatSize&, std::ostream*);
|
| +void PrintTo(const IntRect&, std::ostream*);
|
| void PrintTo(const LayoutRect&, std::ostream*);
|
|
|
| } // namespace blink
|
|
|