diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-11-23 12:11:53 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-11-23 12:11:53 -0800 |
commit | 943789b53ac3f2750cb71dca6facc0de7fa39539 (patch) | |
tree | 124a3b6ae634b8128e9a007403d84ae21de230fd /indra/newview/llfloaterwebcontent.h | |
parent | 249abaa62ba61a69ad669507c92d3a373c8e34f3 (diff) |
SH-2710 FIX -- Removed calls to getChild happening every frame and during idle calls.
Reviewed by davep.
Diffstat (limited to 'indra/newview/llfloaterwebcontent.h')
-rw-r--r-- | indra/newview/llfloaterwebcontent.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llfloaterwebcontent.h b/indra/newview/llfloaterwebcontent.h index 6fc66d1ad8..0340eedd93 100644 --- a/indra/newview/llfloaterwebcontent.h +++ b/indra/newview/llfloaterwebcontent.h @@ -97,6 +97,12 @@ protected: LLIconCtrl* mSecureLockIcon; LLTextBox* mStatusBarText; LLProgressBar* mStatusBarProgress; + + LLView* mBtnBack; + LLView* mBtnForward; + LLView* mBtnReload; + LLView* mBtnStop; + std::string mCurrentURL; std::string mUUID; bool mShowPageTitle; |