More OS/2 bustage... bug 83774

git-svn-id: svn://10.0.0.236/trunk@139750 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2003-03-19 06:15:38 +00:00
parent edee641761
commit 7b319b420a
2 changed files with 6 additions and 0 deletions

View File

@@ -267,10 +267,13 @@ private:
PRBool HandleIconLoads(imgIRequest* aRequest, PRBool aCompleted);
void InvalidateIcon(nsIPresContext *aPresContext);
// SingleIconLoad needs to not be private to be accessible by IconLoad
protected:
struct SingleIconLoad {
nsCOMPtr<imgIRequest> mRequest;
};
private:
class IconLoad {
// private class that wraps the data and logic needed for
// broken image and loading image icons

View File

@@ -267,10 +267,13 @@ private:
PRBool HandleIconLoads(imgIRequest* aRequest, PRBool aCompleted);
void InvalidateIcon(nsIPresContext *aPresContext);
// SingleIconLoad needs to not be private to be accessible by IconLoad
protected:
struct SingleIconLoad {
nsCOMPtr<imgIRequest> mRequest;
};
private:
class IconLoad {
// private class that wraps the data and logic needed for
// broken image and loading image icons