DescriptionDon't call PaintChildren() from inside OnPaint().
OnPaint() is not part of the recursion, it won't have access to the
necessary 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=estade@chromium.org
BUG=466426
Committed: https://crrev.com/d2c0e1b3b0c1a34652246603b672298f73261ed4
Cr-Commit-Position: refs/heads/master@{#322487}
Patch Set 1 #
Messages
Total messages: 15 (3 generated)
|