• danakj's avatar
    Don't call PaintChildren() from inside OnPaint(). · d2c0e1b3
    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
autofill_dialog_views.h 25.2 KB