diff options
author | Monroe Linden <monroe@lindenlab.com> | 2009-10-19 17:17:39 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2009-10-19 17:17:39 -0700 |
commit | b583bfd3a0435ff58751d37cb6e405ae91e76ae8 (patch) | |
tree | 6d19b412aef2fa3b44c7b310965fa236a9b79089 /indra/newview/llvovolume.h | |
parent | 1d5be6eca1969da3e6b923cbf5326d3bdc8b066f (diff) |
Fix for a case where the webkit plugin never generates a LOCATION_CHANGED event at all.
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index 90dfa2204b..d8ae9a5453 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -245,6 +245,7 @@ public: // Returns whether or not this object has permission to navigate the given media entry bool hasNavigatePermission(const LLMediaEntry* media_entry); + void mediaNavigated(LLViewerMediaImpl *impl, LLPluginClassMedia* plugin, std::string new_location); void mediaEvent(LLViewerMediaImpl *impl, LLPluginClassMedia* plugin, LLViewerMediaObserver::EMediaEvent event); // Sync the given media data with the impl and the given te |