diff options
author | derat <derat@chromium.org> | 2015-02-02 17:59:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-03 02:00:01 +0000 |
commit | a55b0115d7f52cd51a309eca15b08aa68d139455 (patch) | |
tree | 334298574010be0059b562e396a873d4ae934412 /ui/gfx/render_text_ozone.cc | |
parent | 2e9885788692f69203a98fb42347428ef553d640 (diff) | |
download | chromium_src-a55b0115d7f52cd51a309eca15b08aa68d139455.zip chromium_src-a55b0115d7f52cd51a309eca15b08aa68d139455.tar.gz chromium_src-a55b0115d7f52cd51a309eca15b08aa68d139455.tar.bz2 |
Delete RenderTextWin and RenderTextPango.
Windows, Linux, and Chrome OS use the cross-platform
RenderTextHarfBuzz class as of M40. Remove the
platform-specific RenderText implementations.
Also update chrome://flags so that only Mac users can
control whether RenderTextHarfBuzz is used. RenderTextMac is
still used there by default.
BUG=321868,398885
Review URL: https://codereview.chromium.org/891013003
Cr-Commit-Position: refs/heads/master@{#314242}
Diffstat (limited to 'ui/gfx/render_text_ozone.cc')
-rw-r--r-- | ui/gfx/render_text_ozone.cc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/gfx/render_text_ozone.cc b/ui/gfx/render_text_ozone.cc deleted file mode 100644 index fb5ef99..0000000 --- a/ui/gfx/render_text_ozone.cc +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "ui/gfx/render_text.h" - -namespace gfx { - -RenderText* RenderText::CreateNativeInstance() { - return NULL; -} - -} // namespace gfx |