Descriptionui/views: Remove redundant Save/Restore in LocationBarView.
LocationBarView::PaintChildren does a Save/Restore around calling Paint
on another View. But View::Paint() is non-virtual and already does a
save/restore around any work that it does (eg around OnPaint()). So
this is redundant work.
R=pkasting
BUG=466426
Committed: https://crrev.com/458cabc6e4595b530a2f2ac11d2e17587e3faf71
Cr-Commit-Position: refs/heads/master@{#323849}
Patch Set 1 #Patch Set 2 : scopedcanvas: . #Messages
Total messages: 8 (3 generated)
|