зеркало из https://github.com/mozilla/pjs.git
updated some routines
This commit is contained in:
Родитель
8eeb59082f
Коммит
eb63a0a754
|
@ -38,6 +38,7 @@ public:
|
|||
NS_IMETHOD GetScrollBarWidth(float &aWidth) const;
|
||||
NS_IMETHOD GetScrollBarHeight(float &aHeight) const;
|
||||
|
||||
void SetDrawingSurface(nsDrawingSurface aSurface) { mSurface = aSurface; }
|
||||
virtual nsDrawingSurface GetDrawingSurface(nsIRenderingContext &aContext);
|
||||
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ public:
|
|||
NS_IMETHOD GetScrollBarWidth(float &aWidth) const;
|
||||
NS_IMETHOD GetScrollBarHeight(float &aHeight) const;
|
||||
|
||||
void SetDrawingSurface(nsDrawingSurface aSurface) { mSurface = aSurface; }
|
||||
virtual nsDrawingSurface GetDrawingSurface(nsIRenderingContext &aContext);
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче