diff options
Diffstat (limited to 'linden/indra/newview/llwebbrowserctrl.h')
-rw-r--r-- | linden/indra/newview/llwebbrowserctrl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llwebbrowserctrl.h b/linden/indra/newview/llwebbrowserctrl.h index 7097036..785f28b 100644 --- a/linden/indra/newview/llwebbrowserctrl.h +++ b/linden/indra/newview/llwebbrowserctrl.h | |||
@@ -154,6 +154,8 @@ class LLWebBrowserCtrlEventEmitter | |||
154 | ObserverContainer observers; | 154 | ObserverContainer observers; |
155 | }; | 155 | }; |
156 | 156 | ||
157 | class LLUICtrlFactory; | ||
158 | |||
157 | //////////////////////////////////////////////////////////////////////////////// | 159 | //////////////////////////////////////////////////////////////////////////////// |
158 | // | 160 | // |
159 | class LLWebBrowserCtrl : | 161 | class LLWebBrowserCtrl : |
@@ -249,7 +251,7 @@ class LLWebBrowserCtrl : | |||
249 | class LLWebBrowserTexture : public LLDynamicTexture | 251 | class LLWebBrowserTexture : public LLDynamicTexture |
250 | { | 252 | { |
251 | public: | 253 | public: |
252 | LLWebBrowserTexture::LLWebBrowserTexture( S32 width, S32 height, LLWebBrowserCtrl* browserCtrl, int browserWindow ); | 254 | LLWebBrowserTexture( S32 width, S32 height, LLWebBrowserCtrl* browserCtrl, int browserWindow ); |
253 | virtual ~LLWebBrowserTexture(); | 255 | virtual ~LLWebBrowserTexture(); |
254 | 256 | ||
255 | virtual void preRender( BOOL clear_depth = TRUE ) {}; | 257 | virtual void preRender( BOOL clear_depth = TRUE ) {}; |