| 39 | { |
| 40 | |
| 41 | std::shared_ptr<GrSystemMonitor> GrSystemMonitor::Make(const std::shared_ptr<GrApplication>& app) { |
| 42 | return std::make_shared<GrSystemMonitor>(app); |
| 43 | } |
| 44 | |
| 45 | GrSystemMonitor::GrSystemMonitor(const std::shared_ptr<GrApplication>& app) { |
| 46 | this->app_ = app; |
nothing calls this directly
no outgoing calls
no test coverage detected