App list: Fixed rendering issues upon opening the window in RTL mode.
commitc4a4b2c0f631c25626b5c9a42ed569d4cd77143f
authormgiuca <mgiuca@chromium.org>
Fri, 9 Jan 2015 02:38:39 +0000 (8 18:38 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 9 Jan 2015 02:40:14 +0000 (9 02:40 +0000)
tree6a22e7958ab12ac3a2d117493ca7198de06034ad
parenta2fe607ce642aac9ce063d84ee79b92ff256e436
App list: Fixed rendering issues upon opening the window in RTL mode.

This fixes two related bugs, one in the classic and one in the
experimental launcher in right-to-left languages. The classic launcher
would display a blank page upon opening the window; the experimental
launcher would display the start page layered on top of the apps grid.

The root cause of both bugs is http://crbug.com/446407; this is a quick
fix for merging back to M40 where this regressed.

BUG=441962
BUG=446978

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

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