summaryrefslogtreecommitdiff
path: root/indra/newview/llmediactrl.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2009-12-18 15:19:24 -0500
committerLoren Shih <seraph@lindenlab.com>2009-12-18 15:19:24 -0500
commitc1b58587dfe4711383b1878d341527221d2c298f (patch)
tree4bdf329a3fa23039e5c9cbb3cca3ba005f652b57 /indra/newview/llmediactrl.h
parente0f5ce4ecff112857a03b5f9b61d29ef86209d24 (diff)
parentfd71944170e69b0fc47b45c385c33ef7acf4cafb (diff)
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/newview/llmediactrl.h')
-rw-r--r--indra/newview/llmediactrl.h4
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