Gemini says: Addressed Gerrit review comments.
Gemini says: Done. Removed redundant calculation.
Gemini says: Done. `frame_count` is now `size_t` and redundancy is removed.
Gemini says: Done. Added missing includes.
Gemini says: Done. Used size_t for the calculation.
Gemini says: Done. Added `base::RunLoop().RunUntilIdle()`.
Gemini says: Done. Used C++17 namespace syntax.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
const int original_frame_count = buffer->data_size() / frame_size;Simeon AnfinrudThis variable is identical to `frame_count` calculated on line 561. Please remove the redundancy.
Gemini says: Done.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |