diff options
author | James Cook <james@lindenlab.com> | 2009-12-18 12:32:01 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-18 12:32:01 -0800 |
commit | efdfc74b21f5d6386cc03136c4d2a8dcf07f9958 (patch) | |
tree | 620d86df1d2b2cc409109eace7888cb68e1dc921 /indra/newview/llmediactrl.h | |
parent | eb501f3231aacb2fd97d8428bb2d25b818b26263 (diff) | |
parent | c1b58587dfe4711383b1878d341527221d2c298f (diff) |
Merge with viewer-2-0 again, to pick up avatar changes
Diffstat (limited to 'indra/newview/llmediactrl.h')
-rw-r--r-- | indra/newview/llmediactrl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llmediactrl.h b/indra/newview/llmediactrl.h index f07513a3fd..8f9e6e7179 100644 --- a/indra/newview/llmediactrl.h +++ b/indra/newview/llmediactrl.h @@ -117,6 +117,9 @@ public: // set/clear URL to visit when a 404 page is reached void set404RedirectUrl( std::string redirect_url ); void clr404RedirectUrl(); + + // Clear the browser cache when the instance gets loaded + void clearCache(); // accessor/mutator for flag that indicates if frequent updates to texture happen bool getFrequentUpdates() { return mFrequentUpdates; }; @@ -192,6 +195,7 @@ public: bool mDecoupleTextureSize; S32 mTextureWidth; S32 mTextureHeight; + bool mClearCache; }; #endif // LL_LLMediaCtrl_H |