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

@ -45,7 +45,7 @@ struct gfxRect :
*/
bool WithinEpsilonOfIntegerPixels(gfxFloat aEpsilon) const;
gfxPoint AtCorner(mozilla::css::Corner corner) const {
gfxPoint AtCorner(mozilla::Corner corner) const {
switch (corner) {
case NS_CORNER_TOP_LEFT: return TopLeft();
case NS_CORNER_TOP_RIGHT: return TopRight();