is GDI
| 452 | |
| 453 | // is GDI |
| 454 | bool PluginManager::IsGDIMonitorCapturePlugin(GrMonitorCapturePlugin* plugin) { |
| 455 | return plugin && plugin->GetPluginId() == kGdiCapturePluginId; |
| 456 | } |
| 457 | |
| 458 | // is DDA |
| 459 | bool PluginManager::IsDDAMonitorCapturePlugin(GrMonitorCapturePlugin* plugin) { |
no test coverage detected