| 536 | } |
| 537 | |
| 538 | std::string GrApplication::GetSkinName() { |
| 539 | return skin_ ? skin_->GetSkinName().toStdString() : ""; |
| 540 | } |
| 541 | |
| 542 | bool GrApplication::IsSpvrClientAlive() { |
| 543 | return spvr_client_ && spvr_client_->IsAlive(); |
nothing calls this directly
no outgoing calls
no test coverage detected