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/llviewertexturelist.h | |
parent | 3c0e4e432461122ed9efe3bb6157247a34d7911b (diff) |
for SH-3074: clear ghost and stale texture fetching requests in time
Diffstat (limited to 'indra/newview/llviewertexturelist.h')
-rw-r--r-- | indra/newview/llviewertexturelist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewertexturelist.h b/indra/newview/llviewertexturelist.h index e0a362596d..64e2c1f791 100644 --- a/indra/newview/llviewertexturelist.h +++ b/indra/newview/llviewertexturelist.h @@ -164,6 +164,8 @@ private: // Implemented in header in case someone changes default params above. JC LLViewerFetchedTexture* getImageFromHost(const LLUUID& image_id, LLHost host) { return getImage(image_id, TRUE, LLViewerTexture::BOOST_NONE, LLViewerTexture::LOD_TEXTURE, 0, 0, host); } + + void clearFetchingRequests(); public: typedef std::set<LLPointer<LLViewerFetchedTexture> > image_list_t; |