DescriptionPinch/Zoom Infrastructure & Plumbing CL (Prequel)
This CL supplies the necessary changes to Blink to support
the inner/outer viewport model for pinch-zoom and fixed-
position elements. The specification for these changes is
contained in the document "Layer-based Solution for Pinch
Zoom / Fixed Position".
Specifically, it provides the Blink-side infrastructure to
move scroll layers & scrollbars to using a clip-layer to
specify the max scroll offset and scrolbar positioning, as
opposed to pushing a max_scroll_offset from Blink. This
entails a number of changes to the Web* interface classes.
This CL supports the CC-side cl
https://codereview.chromium.org/23983047/, and must land
before that CL.
This code has previous review history at
https://codereview.chromium.org/24302010/.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165122
Patch Set 1 : Initial plumbing for Blink side of PZ Infrastructure. #
Total comments: 5
Patch Set 2 : Use setContentsRect() instead of directly accessing contentLayer bounds. #
Messages
Total messages: 10 (0 generated)
|