| 258 | } |
| 259 | |
| 260 | void GrPluginInterface::HideRootWidget() { |
| 261 | root_widget_->hide(); |
| 262 | } |
| 263 | |
| 264 | void GrPluginInterface::AttachNetPlugin(const std::string& id, GrNetPlugin* plugin) { |
| 265 | net_plugins_[id] = plugin; |
nothing calls this directly
no outgoing calls
no test coverage detected