Fix search results being clipped in app list.
commitf007b8d0eea91d186bf62f1c25d518d1c0d02f7a
authorcalamity <calamity@chromium.org>
Fri, 10 Apr 2015 03:26:19 +0000 (9 20:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 10 Apr 2015 03:26:38 +0000 (10 03:26 +0000)
tree04e7cb3cb53ab177c399205b24e52fd3b0163745
parentcbf434aa0d01d59faf20e186cca0dd4ef02f7b51
Fix search results being clipped in app list.

This CL fixes an issue where the search results page was being clipped
incorrectly, using the last frame's bounds to clip the page. This is
fixed by moving the clipping after the page bounds are set.

BUG=474188

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

Cr-Commit-Position: refs/heads/master@{#324581}
ui/app_list/views/contents_view.cc