mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
Issue #1925 - Move Corner enum from mozilla::css to mozilla namespace.
This commit is contained in:
parent
81f60b575a
commit
b3a51c2711
8 changed files with 45 additions and 47 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue