DescriptionSet the scrollbarLayer as opaque after setupScrollbarLayer.
setupScrollbarLayer passes scrollbarLayer to
GraphicsLayer::m_contentsLayer.
so if we want to change the property of scrollbarLayer,
we should set the property after calling setupScrollbarLayer.
currently we didn't set the scrollbarLayer as opaque.
this causes to draw unnecessary quads which are not
occluded in occlusion tracker.
Bug=None
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183946
Patch Set 1 #Patch Set 2 : add a test #Patch Set 3 : #
Total comments: 1
Patch Set 4 : fix a nit #Patch Set 5 : disable_MACOSX #Patch Set 6 : add pixel test result of an opaque scroll #Patch Set 7 : add win pixel test result #
Messages
Total messages: 24 (9 generated)
|