| 129 | } |
| 130 | |
| 131 | void GrConnectedManager::InitPanel() { |
| 132 | AdjustPanelPosition(); |
| 133 | } |
| 134 | |
| 135 | void GrConnectedManager::CreatePanel() { |
| 136 | for (auto& item : connected_info_panel_group_) { |
nothing calls this directly
no outgoing calls
no test coverage detected