Remove FontRenderParams NOTIMPLEMENTED()s.
commit1f6cb5cdf9edd7680c8bef6722482d090354627f
authorderat <derat@chromium.org>
Mon, 20 Oct 2014 21:47:59 +0000 (20 14:47 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 20 Oct 2014 21:48:13 +0000 (20 21:48 +0000)
tree61b6aac9fa028a678722f132408d60f2bef02c92
parent25daa9bb9e1d1510f1b420eda4a8c53f6185c3fb
Remove FontRenderParams NOTIMPLEMENTED()s.

Don't spam the logs on Windows, Mac, or Android when
GetFontRenderParams() is called with a non-empty query;
RenderTextHarfBuzz sends non-empty queries and is being
enabled for more platforms now.

Continue to log an error if a family name is requested on
these platforms, though.

BUG=424971

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

Cr-Commit-Position: refs/heads/master@{#300339}
ui/gfx/font_render_params_android.cc
ui/gfx/font_render_params_mac.cc
ui/gfx/font_render_params_win.cc