mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
This change is in accordance with highlighting the usage of various zoom options. `pinch_zoom`: `Mobile-style` zoom using pinch gesture `page_zoom`: `Desktop-style` zoom (`Ctrl` + `+`/`-`) It just renames the variable `viewport_zoom` to `pinch_zoom` for better clarity Testing: Testing not required, as it's just renaming of variable . --------- Signed-off-by: Shubham Gupta <shubham13297@gmail.com> Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com> Co-authored-by: Xiaocheng Hu <xiaochengh.work@gmail.com>