diff options
Diffstat (limited to 'linden/indra/newview/llviewerimagelist.h')
-rw-r--r-- | linden/indra/newview/llviewerimagelist.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerimagelist.h b/linden/indra/newview/llviewerimagelist.h index 8aa9913..818c3ae 100644 --- a/linden/indra/newview/llviewerimagelist.h +++ b/linden/indra/newview/llviewerimagelist.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2000&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2000&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2000-2008, Linden Research, Inc. | 7 | * Copyright (c) 2000-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -129,6 +129,7 @@ public: | |||
129 | void setUpdateStats(BOOL b) { mUpdateStats = b; } | 129 | void setUpdateStats(BOOL b) { mUpdateStats = b; } |
130 | 130 | ||
131 | S32 getMaxResidentTexMem() const { return mMaxResidentTexMem; } | 131 | S32 getMaxResidentTexMem() const { return mMaxResidentTexMem; } |
132 | S32 getMaxTotalTextureMem() const { return mMaxTotalTextureMem;} | ||
132 | S32 getNumImages() { return mImageList.size(); } | 133 | S32 getNumImages() { return mImageList.size(); } |
133 | 134 | ||
134 | void updateMaxResidentTexMem(S32 mem); | 135 | void updateMaxResidentTexMem(S32 mem); |
@@ -170,6 +171,7 @@ private: | |||
170 | 171 | ||
171 | BOOL mUpdateStats; | 172 | BOOL mUpdateStats; |
172 | S32 mMaxResidentTexMem; | 173 | S32 mMaxResidentTexMem; |
174 | S32 mMaxTotalTextureMem; | ||
173 | LLFrameTimer mForceDecodeTimer; | 175 | LLFrameTimer mForceDecodeTimer; |
174 | 176 | ||
175 | public: | 177 | public: |