summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterwebcontent.h
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-11-23 12:11:53 -0800
committerLeslie Linden <leslie@lindenlab.com>2011-11-23 12:11:53 -0800
commit943789b53ac3f2750cb71dca6facc0de7fa39539 (patch)
tree124a3b6ae634b8128e9a007403d84ae21de230fd /indra/newview/llfloaterwebcontent.h
parent249abaa62ba61a69ad669507c92d3a373c8e34f3 (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.h6
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;