diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2012-04-12 15:50:25 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2012-04-12 15:50:25 -0600 |
commit | 0a42495906fdc56eeb118ac41ffa9ebcadc8de17 (patch) | |
tree | 5906d53ff8d0ca460d98a678fd730d9e4ba33944 /indra/newview/llviewertexture.h | |
parent | 3c0e4e432461122ed9efe3bb6157247a34d7911b (diff) |
for SH-3074: clear ghost and stale texture fetching requests in time
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r-- | indra/newview/llviewertexture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index 99053a8ccc..80b0db2e4c 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -490,6 +490,7 @@ public: BOOL hasFetcher() const { return mHasFetcher;} void setCanUseHTTP(bool can_use_http) {mCanUseHTTP = can_use_http;} + void forceToDeleteRequest(); protected: /*virtual*/ void switchToCachedImage(); S32 getCurrentDiscardLevelForFetching() ; |