| 194 | } |
| 195 | |
| 196 | FrameDescription ReplayController::GetFrameInfo() |
| 197 | { |
| 198 | CHECK_REPLAY_THREAD(); |
| 199 | |
| 200 | return m_FrameRecord.frameInfo; |
| 201 | } |
| 202 | |
| 203 | const SDFile &ReplayController::GetStructuredFile() |
| 204 | { |
no outgoing calls
no test coverage detected