Remove duplicate fonts from the font fallback list.
commit83de07b1894c61e53469c830c9f7c8986d9ae42c
authorananta <ananta@chromium.org>
Fri, 20 Mar 2015 02:15:48 +0000 (19 19:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 20 Mar 2015 02:16:57 +0000 (20 02:16 +0000)
tree6b395c38045842754bb9bcb14613c45e7b1d54d6
parentabaade8c1f7de4c2f6b26770cbb07e59cef54012
Remove duplicate fonts from the font fallback list.

We use std::unique to remove duplicate entries from the fallback list.

BUG=467459

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

Cr-Commit-Position: refs/heads/master@{#321497}
ui/gfx/render_text_harfbuzz.cc