mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 10:50:35 +00:00
added a routine gethints() needed by the interface.
This commit is contained in:
parent
8e112ca533
commit
7c2b0e72a1
@ -62,6 +62,7 @@ public:
|
|||||||
virtual void Reset();
|
virtual void Reset();
|
||||||
virtual nsIDeviceContext * GetDeviceContext(void);
|
virtual nsIDeviceContext * GetDeviceContext(void);
|
||||||
virtual nsresult SelectOffScreenDrawingSurface(nsDrawingSurface aSurface);
|
virtual nsresult SelectOffScreenDrawingSurface(nsDrawingSurface aSurface);
|
||||||
|
NS_IMETHOD GetHints(PRUint32& aResult){};
|
||||||
virtual void PushState(void);
|
virtual void PushState(void);
|
||||||
virtual PRBool PopState(void);
|
virtual PRBool PopState(void);
|
||||||
virtual PRBool IsVisibleRect(const nsRect& aRect);
|
virtual PRBool IsVisibleRect(const nsRect& aRect);
|
||||||
|
Loading…
Reference in New Issue
Block a user