diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-17 19:34:03 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-17 19:59:48 +0300 |
commit | 177ad21ade8fbbb05ac5c373b8b43176e70e64a7 (patch) | |
tree | d8350ba9674a75c9181be525e7f58f09554dc945 /indra/newview/llhudnametag.h | |
parent | b193defea81f279f366035d628941e4f463b25fe (diff) |
SL-13729 Performance of LLUI and LLRender2D
Diffstat (limited to 'indra/newview/llhudnametag.h')
-rw-r--r-- | indra/newview/llhudnametag.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llhudnametag.h b/indra/newview/llhudnametag.h index 38a4f18415..f7d7c2a51a 100644 --- a/indra/newview/llhudnametag.h +++ b/indra/newview/llhudnametag.h @@ -40,8 +40,8 @@ #include <set> #include <vector> -class LLDrawable; class LLHUDNameTag; +class LLUIImage; struct llhudnametag_further_away { @@ -171,6 +171,8 @@ private: EVertAlignment mVertAlignment; S32 mLOD; BOOL mHidden; + LLPointer<LLUIImage> mRoundedRectImgp; + LLPointer<LLUIImage> mRoundedRectTopImgp; static BOOL sDisplayText ; static std::set<LLPointer<LLHUDNameTag> > sTextObjects; |