mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 387594 - Kill old gfx code in nsIWidget. Patch by Jonathan Steele <xfsunoles@gmail.com>. r+sr=roc.
This commit is contained in:
parent
9e70062740
commit
356b6f8010
@ -63,10 +63,7 @@ class nsIRollupListener;
|
|||||||
class nsGUIEvent;
|
class nsGUIEvent;
|
||||||
struct nsColorMap;
|
struct nsColorMap;
|
||||||
class imgIContainer;
|
class imgIContainer;
|
||||||
|
|
||||||
#ifdef MOZ_CAIRO_GFX
|
|
||||||
class gfxASurface;
|
class gfxASurface;
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Callback function that processes events.
|
* Callback function that processes events.
|
||||||
@ -1030,12 +1027,10 @@ class nsIWidget : public nsISupports {
|
|||||||
*/
|
*/
|
||||||
NS_IMETHOD GetLastInputEventTime(PRUint32& aTime) = 0;
|
NS_IMETHOD GetLastInputEventTime(PRUint32& aTime) = 0;
|
||||||
|
|
||||||
#ifdef MOZ_CAIRO_GFX
|
|
||||||
/**
|
/**
|
||||||
* Get the Thebes surface associated with this widget.
|
* Get the Thebes surface associated with this widget.
|
||||||
*/
|
*/
|
||||||
virtual gfxASurface *GetThebesSurface() = 0;
|
virtual gfxASurface *GetThebesSurface() = 0;
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set a flag that makes any window resizes use native window animation.
|
* Set a flag that makes any window resizes use native window animation.
|
||||||
|
Loading…
Reference in New Issue
Block a user