| 42 | { |
| 43 | |
| 44 | std::shared_ptr<GrPluginContext> GrPluginInterface::GetPluginContext() { |
| 45 | return plugin_context_; |
| 46 | } |
| 47 | |
| 48 | std::string GrPluginInterface::GetPluginName() { |
| 49 | return "dummy"; |
nothing calls this directly
no outgoing calls
no test coverage detected