| 323 | } |
| 324 | |
| 325 | std::shared_ptr<GrDatabase> GrContext::GetDatabase() { |
| 326 | return database_; |
| 327 | } |
| 328 | |
| 329 | std::shared_ptr<relay::RelayDeviceInfo> GrContext::GetRelayServerSideDeviceInfo(const std::string& relay_host, |
| 330 | int relay_port, |
no outgoing calls
no test coverage detected