| 339 | } |
| 340 | |
| 341 | void GrSettings::SetScreenRecordingPath(const std::string& path) { |
| 342 | sp_->Put(kStScreenRecordingPath, path); |
| 343 | } |
| 344 | |
| 345 | std::string GrSettings::GetScreenRecordingPath() const { |
| 346 | return sp_->Get(kStScreenRecordingPath, ""); |
no outgoing calls
no test coverage detected