| 245 | struct choc::ui::WebView::Pimpl |
| 246 | { |
| 247 | Pimpl (WebView& v, const Options& opts) |
| 248 | : owner (v), options (opts), fetchResource (options.fetchResource) |
| 249 | { |
| 250 | } |
| 251 | |
| 252 | bool initialise() |
| 253 | { |
nothing calls this directly
no outgoing calls
no test coverage detected