summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermedia.h
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2021-08-20 08:28:48 -0700
committerCallum Prentice <callum@lindenlab.com>2021-08-20 08:28:48 -0700
commit0c89e67eb5bf2d82596d0c697831787cbbdf1e7f (patch)
tree070cc3da58f67f9935f66dbadae3c283af0ac401 /indra/newview/llviewermedia.h
parentc40b8310b00f1d620a2f5a94f2514c8bf3531373 (diff)
DRTVWR-534: Batch of modifications to 360 capture project after moving from internal repo to public one.
Diffstat (limited to 'indra/newview/llviewermedia.h')
-rw-r--r--indra/newview/llviewermedia.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewermedia.h b/indra/newview/llviewermedia.h
index 8bf1ad2441..71cec5125d 100644
--- a/indra/newview/llviewermedia.h
+++ b/indra/newview/llviewermedia.h
@@ -207,6 +207,7 @@ public:
bool initializeMedia(const std::string& mime_type);
bool initializePlugin(const std::string& media_type);
void loadURI();
+ void executeJavaScript(const std::string& code);
LLPluginClassMedia* getMediaPlugin() { return mMediaSource.get(); }
void setSize(int width, int height);