DescriptionOilpan: address ScrollableArea-induced build breakage from r194957.
ScrollableArea is not an Oilpan allocated mixin currently, so in order
to support the assumption of RootFrameViewport that all ScrollableAreas
are allocated the same way, pull PinchViewport off the Oilpan heap
(PinchViewport being the only ScrollableArea that was Oilpan controlled.)
This is not ideal, but a shorter term measure to unbreak Oilpan builds.
Making ScrollableArea a GC mixin would be the longer term solution, but
that's not a straightforward task.
TBR=oilpan-reviews
BUG=443724
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194964
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|