mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 919225 - Move the gfxIntSize typedef to nsSize.h to allow limiting the amount of useless #including that it forces - r=jrmuizel
This commit is contained in:
parent
e5f7d1d148
commit
475818f81c
@ -14,6 +14,7 @@
|
||||
#define NS_MAXSIZE nscoord_MAX
|
||||
|
||||
struct nsIntSize;
|
||||
typedef nsIntSize gfxIntSize;
|
||||
|
||||
struct nsSize : public mozilla::gfx::BaseSize<nscoord, nsSize> {
|
||||
typedef mozilla::gfx::BaseSize<nscoord, nsSize> Super;
|
||||
|
@ -14,8 +14,6 @@
|
||||
|
||||
#include "gfxTypes.h"
|
||||
|
||||
typedef nsIntSize gfxIntSize;
|
||||
|
||||
struct gfxSize : public mozilla::gfx::BaseSize<gfxFloat, gfxSize> {
|
||||
typedef mozilla::gfx::BaseSize<gfxFloat, gfxSize> Super;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user