summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginclassmedia.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-11-02 13:44:18 -0700
committerMerov Linden <merov@lindenlab.com>2011-11-02 13:44:18 -0700
commit353f7ea61873d9f35685a59b4102899b4a9e596e (patch)
tree3ca2964682d7e5e23b7a178a854c567c7c5384d9 /indra/llplugin/llpluginclassmedia.cpp
parent139c13bdc0387f50d9f3a71737a95a4585bc471c (diff)
parent334d8f4076b4045e8fd4ede5fd9d31f0b185ded4 (diff)
Pull from richard/viewer-experience
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.cpp')
-rw-r--r--indra/llplugin/llpluginclassmedia.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp
index c53857fcee..dbd96673a1 100644
--- a/indra/llplugin/llpluginclassmedia.cpp
+++ b/indra/llplugin/llpluginclassmedia.cpp
@@ -1239,6 +1239,14 @@ void LLPluginClassMedia::focus(bool focused)
sendMessage(message);
}
+void LLPluginClassMedia::set_page_zoom_factor( double factor )
+{
+ LLPluginMessage message(LLPLUGIN_MESSAGE_CLASS_MEDIA_BROWSER, "set_page_zoom_factor");
+
+ message.setValueReal("factor", factor);
+ sendMessage(message);
+}
+
void LLPluginClassMedia::clear_cache()
{
LLPluginMessage message(LLPLUGIN_MESSAGE_CLASS_MEDIA_BROWSER, "clear_cache");