Commit 6372d48
authored
android: Fix DCHECK in video geometry change (#9297)
Update video geometry processing to use gfx::ToEnclosedRect().
This aligns the calculated bounds with OverlayProcessorAndroid.cc
to prevent DCHECK failures caused by inconsistent video overlay
geometry on the Android platform.
Issue: 4883948601 parent 069fcfe commit 6372d48
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
| |||
0 commit comments