| Index: third_party/WebKit/Source/platform/geometry/LayoutPoint.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/LayoutPoint.h b/third_party/WebKit/Source/platform/geometry/LayoutPoint.h
|
| index 412dec3b6c8ba1ed3acb07db146aac49fe1941fd..84db9e37f997dc8ad2c7107995c7f36696bc75c9 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/LayoutPoint.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/LayoutPoint.h
|
| @@ -205,10 +205,6 @@ inline IntSize pixelSnappedIntSize(const LayoutSize& s, const LayoutPoint& p) {
|
| snapSizeToPixel(s.height(), p.y()));
|
| }
|
|
|
| -inline LayoutPoint roundedLayoutPoint(const FloatPoint& p) {
|
| - return LayoutPoint(p);
|
| -}
|
| -
|
| inline IntSize roundedIntSize(const LayoutPoint& p) {
|
| return IntSize(p.x().round(), p.y().round());
|
| }
|
|
|