mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 392927 - Kill old gfx code in nsIImage p=Jonathan Steele <xfsunoles@gmail.com> r+a=pavlov
This commit is contained in:
parent
b88b404748
commit
c583b4356b
@ -43,9 +43,7 @@
|
||||
#include "nsRect.h"
|
||||
#include "gfxRect.h"
|
||||
|
||||
#ifdef MOZ_CAIRO_GFX
|
||||
class gfxASurface;
|
||||
#endif
|
||||
|
||||
class nsIDeviceContext;
|
||||
|
||||
@ -72,13 +70,6 @@ typedef enum {
|
||||
#define nsImageUpdateFlags_kColorMapChanged 0x1
|
||||
#define nsImageUpdateFlags_kBitsChanged 0x2
|
||||
|
||||
#ifndef MOZ_CAIRO_GFX
|
||||
// The following platforms store image data rows bottom-up.
|
||||
#if defined(XP_WIN) || defined(XP_OS2) || defined(XP_MACOSX)
|
||||
#define MOZ_PLATFORM_IMAGES_BOTTOM_TO_TOP
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// IID for the nsIImage interface
|
||||
// fd31e1f2-bd46-47f1-b8b6-b94ce954f9ce
|
||||
#define NS_IIMAGE_IID \
|
||||
|
Loading…
Reference in New Issue
Block a user