| 16 | } |
| 17 | |
| 18 | bool GrMonitorCapturePlugin::OnDestroy() { |
| 19 | GrPluginInterface::OnDestroy(); |
| 20 | return true; |
| 21 | } |
| 22 | |
| 23 | std::vector<CaptureMonitorInfo> GrMonitorCapturePlugin::GetCaptureMonitorInfo() { |
| 24 | return {}; |
nothing calls this directly
no outgoing calls
no test coverage detected