public native syncContentZoomSize(zoom as Double, reset as Boolean = false) as Void
Synchronizes the native client size with the current content zoom.
Application code normally calls adjustContentZoom() or resetContentZoom() instead of this lower-level hook.
win.syncContentZoomSize(ThemeManager.contentZoom, false)