views: Make the LogoutButton not visible instead of early out in Paint

The button is still used for layout, the size of the user name text
remains resized according to the button, but this way we don't have
to override the Paint() function which helps us make Paint() no longer
virtual.

R=pkotwicz, skuhne,sky
BUG=466426

Review URL: https://codereview.chromium.org/1037443003

Cr-Commit-Position: refs/heads/master@{#322093}
1 file changed