diff options
author | egraether@chromium.org <egraether@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 06:55:15 +0000 |
---|---|---|
committer | egraether@chromium.org <egraether@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 06:55:15 +0000 |
commit | 845720a13b1e57260f8d0937ef97d613ec7bb98c (patch) | |
tree | c6288b7b9ece76cab31af90bf689a3f38b44c5a3 /cc/test/fake_layer_tree_host_client.h | |
parent | b631ffd1c7463c45ccf79448c1ca768fa7d0f1fa (diff) | |
download | chromium_src-845720a13b1e57260f8d0937ef97d613ec7bb98c.zip chromium_src-845720a13b1e57260f8d0937ef97d613ec7bb98c.tar.gz chromium_src-845720a13b1e57260f8d0937ef97d613ec7bb98c.tar.bz2 |
cc: remove FontAtlas
After switching the HudLayer to use skia's font rendering the FontAtlas has
become obsolete. This change removes the FontAtlas and all the related
plumbing.
BUG=172284
Review URL: https://chromiumcodereview.appspot.com/12212099
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182150 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/fake_layer_tree_host_client.h')
-rw-r--r-- | cc/test/fake_layer_tree_host_client.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h index 13149fc1..f10ba59 100644 --- a/cc/test/fake_layer_tree_host_client.h +++ b/cc/test/fake_layer_tree_host_client.h @@ -6,7 +6,6 @@ #define CC_TEST_FAKE_LAYER_TREE_HOST_CLIENT_H_ #include "base/memory/scoped_ptr.h" -#include "cc/font_atlas.h" #include "cc/input_handler.h" #include "cc/layer_tree_host.h" #include "cc/test/fake_output_surface.h" @@ -38,8 +37,6 @@ public: // Used only in the single-threaded path. virtual void scheduleComposite() OVERRIDE { } - virtual scoped_ptr<FontAtlas> createFontAtlas() OVERRIDE; - private: bool m_useSoftwareRendering; bool m_useDelegatingRenderer; |