diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2012-04-26 15:53:35 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2012-04-26 15:53:35 -0600 |
commit | e344b2afa21adf072837f1bcf4b38dd511b76f0e (patch) | |
tree | 62575d52d289fa24e111e33e16a584e3675bb8a0 /indra/newview/llfloatertexturefetchdebugger.h | |
parent | 5ab4dadc703a0f7419929c7da57c471f2ece8a6c (diff) |
For SH-3121: collect time of reloading all textures from cache and through HTTP when all objects loading are done.
Diffstat (limited to 'indra/newview/llfloatertexturefetchdebugger.h')
-rw-r--r-- | indra/newview/llfloatertexturefetchdebugger.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatertexturefetchdebugger.h b/indra/newview/llfloatertexturefetchdebugger.h index 9f2e62fd2c..7181dc04d5 100644 --- a/indra/newview/llfloatertexturefetchdebugger.h +++ b/indra/newview/llfloatertexturefetchdebugger.h @@ -51,6 +51,8 @@ public: void onClickDecode(); void onClickGLTexture(); + void onClickRefetchVisCache(); + void onClickRefetchVisHTTP(); public: void idle() ; |