Issue #1925 - Move Corner enum from mozilla::css to mozilla namespace.

This commit is contained in:
Moonchild 2024-08-01 20:28:28 +02:00 • committed by roytam1
commit b3a51c2711
8 changed files with 45 additions and 47 deletions

View file

@ -127,7 +127,7 @@ Point FindBezierNearestPoint(const Bezier& aBezier, const Point& aTarget,
// | |
// v mPoints[0] |
// -------------+
void GetBezierPointsForCorner(Bezier* aBezier, mozilla::css::Corner aCorner,
void GetBezierPointsForCorner(Bezier* aBezier, mozilla::Corner aCorner,
const Point& aCornerPoint,
const Size& aCornerSize);