diff options
author | callum_linden <none@none> | 2016-05-10 17:16:24 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2016-05-10 17:16:24 -0700 |
commit | bceafa5062db394048312aa7fe0a7706fb9524b7 (patch) | |
tree | d096cdc49f8671bb12492f46dffaea2f590e02f2 /indra/newview/llfloaterwebcontent.h | |
parent | ed73eae302d3178dd37163e74902fe149baa2c9c (diff) |
working test button in web browser floater - video inverted
Diffstat (limited to 'indra/newview/llfloaterwebcontent.h')
-rwxr-xr-x | indra/newview/llfloaterwebcontent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterwebcontent.h b/indra/newview/llfloaterwebcontent.h index 4291fd9f2c..519b575b38 100755 --- a/indra/newview/llfloaterwebcontent.h +++ b/indra/newview/llfloaterwebcontent.h @@ -92,6 +92,7 @@ protected: void onClickStop(); void onEnterAddress(); void onPopExternal(); + void onTestVideo(std::string url); static void preCreate(Params& p); void open_media(const Params& ); |