summaryrefslogtreecommitdiff
path: root/indra/newview/llfasttimerview.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-04-04 15:53:40 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-04-04 15:53:40 +0300
commitd329f6a9b83b4fdd69b3879d958d64ce83f222dd (patch)
tree81915ff62eff7997fc3edb15a863a8236496d310 /indra/newview/llfasttimerview.h
parent5966831b0cc4f5abae63369d56d83d7cafb7810b (diff)
SL-10828 [Dev tools] Fix Fast Timers' visibility
Diffstat (limited to 'indra/newview/llfasttimerview.h')
-rw-r--r--indra/newview/llfasttimerview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfasttimerview.h b/indra/newview/llfasttimerview.h
index 3e30bd86ba..ff65f8da07 100644
--- a/indra/newview/llfasttimerview.h
+++ b/indra/newview/llfasttimerview.h
@@ -33,6 +33,8 @@
#include "lltracerecording.h"
#include <deque>
+class LLScrollbar;
+
class LLFastTimerView : public LLFloater
{
public:
@@ -142,6 +144,8 @@ private:
mLegendRect;
LLFrameTimer mHighlightTimer;
LLTrace::PeriodicRecording mRecording;
+
+ LLScrollbar* mScrollBar;
};
#endif