| 11 | } |
| 12 | |
| 13 | bool GrMonitorCapturePlugin::OnCreate(const tc::GrPluginParam ¶m) { |
| 14 | GrPluginInterface::OnCreate(param); |
| 15 | return true; |
| 16 | } |
| 17 | |
| 18 | bool GrMonitorCapturePlugin::OnDestroy() { |
| 19 | GrPluginInterface::OnDestroy(); |
nothing calls this directly
no outgoing calls
no test coverage detected