Descriptionomnibox: Don't paint children from inside OnPaint().
OnPaint() is not part of the recursion, it won't have access to the
neccessary pieces to do recursion.
If you need to do painting while inside the recursion, this should
happen in PaintChildren(). So move the contents of OnPaint() to
PaintChildren().
R=pkasting
BUG=466426
Committed: https://crrev.com/46b6dbf670b260257fc26ac118deab8178bea6a0
Cr-Commit-Position: refs/heads/master@{#322520}
Patch Set 1 #
Total comments: 1
Patch Set 2 : omnibox: . #
Messages
Total messages: 11 (2 generated)
|