зеркало из https://github.com/mozilla/gecko-dev.git
Removed unused variables and methods
This commit is contained in:
Родитель
7004a73082
Коммит
b58d55a356
|
@ -53,19 +53,10 @@ public:
|
|||
virtual float GetTwipsToPixels() const;
|
||||
virtual nsIDeviceContext* GetDeviceContext() const;
|
||||
|
||||
// nsPresContext methods
|
||||
virtual void BeginLoadImageUpdate();
|
||||
|
||||
virtual void ImageUpdate(nsIFrame* aFrame);
|
||||
|
||||
virtual void EndLoadImageUpdate();
|
||||
|
||||
protected:
|
||||
nsPresContext();
|
||||
virtual ~nsPresContext();
|
||||
|
||||
virtual void ProcessLoadImageUpdates();
|
||||
|
||||
nsIPresShell* mShell;
|
||||
nsRect mVisibleArea;
|
||||
nsIDeviceContext* mDeviceContext;
|
||||
|
@ -73,10 +64,7 @@ protected:
|
|||
nsILinkHandler* mLinkHandler;
|
||||
nsISupports* mContainer;
|
||||
nsFont mDefaultFont;
|
||||
|
||||
nsVoidArray mImageLoaders;
|
||||
nsVoidArray mPendingImageUpdates;
|
||||
PRInt32 mImageUpdates;
|
||||
};
|
||||
|
||||
#endif /* nsPresContext_h___ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче