diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2022-10-19 16:28:34 -0400 |
---|---|---|
committer | Rye Mutt <rye@alchemyviewer.org> | 2022-10-19 16:28:34 -0400 |
commit | 5456af4c8ce8c2bef7d544cd8a928ea399832756 (patch) | |
tree | c510874defae368bce1edd6b4c7c1ae0e0bf4587 /indra/newview/llmediactrl.h | |
parent | bbd8df15de6b8f9b321f251c3e764ea654d5ecc7 (diff) |
Fix various menu leaks and lazy creation in chiclets, bump floater, media controls, and the mini map
Diffstat (limited to 'indra/newview/llmediactrl.h')
-rw-r--r-- | indra/newview/llmediactrl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llmediactrl.h b/indra/newview/llmediactrl.h index bc4cbaae68..487c654adc 100644 --- a/indra/newview/llmediactrl.h +++ b/indra/newview/llmediactrl.h @@ -174,8 +174,6 @@ public: LLUUID getTextureID() {return mMediaTextureID;} - void updateContextMenuParent(LLView* pNewParent); - // The Browser windows want keyup and keydown events. Overridden from LLFocusableElement to return true. virtual bool wantsKeyUpKeyDown() const; virtual bool wantsReturnKey() const; @@ -220,7 +218,7 @@ public: mTextureHeight; class LLWindowShade* mWindowShade; - LLContextMenu* mContextMenu; + LLHandle<LLContextMenu> mContextMenuHandle; }; #endif // LL_LLMediaCtrl_H |