DescriptionSimplify pinch flags.
At present, we have two flags to enable two different pinch models:
enable-pinch => enables Android style zoom
enable-pinch + enable-pinch-in-compositor => enables chrome linux/win accelerated zoom
This CL rationalizes the flags so that
enable-css-transform-pinch => enables Android style zoom
enable-pinch => enables chrome linux/win accelerated zoom
and the latter can be controlled via about:flags.
BUG=
NOTRY=TRUE
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171309
Patch Set 1 #
Total comments: 1
Patch Set 2 : Revise as per aelias comments, disable enable-pinch for Android in about:flags. #Patch Set 3 : Add early out if not compositing. #
Messages
Total messages: 14 (0 generated)
|