-
danakj authored
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 Review URL: https://codereview.chromium.org/1029263011 Cr-Commit-Position: refs/heads/master@{#322487}
d2c0e1b3