| 16 | { |
| 17 | |
| 18 | GrRenderController::GrRenderController(const std::shared_ptr<GrApplication>& app) { |
| 19 | app_ = app; |
| 20 | context_ = app_->GetContext(); |
| 21 | } |
| 22 | |
| 23 | GrRenderController::~GrRenderController() { |
| 24 | Exit(); |
nothing calls this directly
no test coverage detected