diff options
author | Cho <cho@lindenlab.com> | 2013-06-27 22:50:41 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-06-27 22:50:41 +0100 |
commit | 1d54e25990b5e28a6fd7f352bfa26473aec53d6d (patch) | |
tree | d7aeb519a3a30d4060db7057b4357a4f541c2f9a /indra/newview/llfloatersocial.h | |
parent | 26832818780ffe5052443db3c6bbfca15575a5b5 (diff) |
Fixed delay in loading tabs on Facebook floater for ACME-649
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index 6411843b9c..6675a990f4 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -70,6 +70,7 @@ class LLSocialPhotoPanel : public LLPanel LLSnapshotLivePreview* getPreviewView(); void updateControls(); + void onVisibilityChange(const LLSD& new_visibility); LLUICtrl * mResolutionComboBox; LLUICtrl *mRefreshBtn, *mRefreshLabel; |