mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
updated some routines
This commit is contained in:
parent
c65c9e0c51
commit
7e3cb758a5
@ -35,8 +35,8 @@ public:
|
||||
|
||||
NS_IMETHOD Init(nsNativeWidget aNativeWidget);
|
||||
|
||||
NS_IMETHOD GetScrollBarWidth(float &aWidth) const;
|
||||
NS_IMETHOD GetScrollBarHeight(float &aHeight) const;
|
||||
virtual float GetScrollBarWidth() const;
|
||||
virtual float GetScrollBarHeight() const;
|
||||
|
||||
void SetDrawingSurface(nsDrawingSurface aSurface) { mSurface = aSurface; }
|
||||
virtual nsDrawingSurface GetDrawingSurface(nsIRenderingContext &aContext);
|
||||
|
@ -35,8 +35,8 @@ public:
|
||||
|
||||
NS_IMETHOD Init(nsNativeWidget aNativeWidget);
|
||||
|
||||
NS_IMETHOD GetScrollBarWidth(float &aWidth) const;
|
||||
NS_IMETHOD GetScrollBarHeight(float &aHeight) const;
|
||||
virtual float GetScrollBarWidth() const;
|
||||
virtual float GetScrollBarHeight() const;
|
||||
|
||||
void SetDrawingSurface(nsDrawingSurface aSurface) { mSurface = aSurface; }
|
||||
virtual nsDrawingSurface GetDrawingSurface(nsIRenderingContext &aContext);
|
||||
|
Loading…
Reference in New Issue
Block a user