Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1094)

Unified Diff: cc/layer_tree_host_client.h

Issue 12212099: cc: remove FontAtlas (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase to 182043 Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/layer_tree_host.cc ('k') | cc/test/fake_layer_tree_host_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host_client.h
diff --git a/cc/layer_tree_host_client.h b/cc/layer_tree_host_client.h
index 6657f59a8f268e8e7e4004810d31d3a327f28e41..25d93aef468f9166277809bcead82eaa383b4daa 100644
--- a/cc/layer_tree_host_client.h
+++ b/cc/layer_tree_host_client.h
@@ -12,7 +12,6 @@ class Vector2d;
}
namespace cc {
-class FontAtlas;
class InputHandler;
class OutputSurface;
@@ -35,9 +34,6 @@ public:
// Used only in the single-threaded path.
virtual void scheduleComposite() = 0;
- // Creates a font atlas to use for debug visualizations.
- virtual scoped_ptr<FontAtlas> createFontAtlas() = 0;
-
protected:
virtual ~LayerTreeHostClient() { }
};
« no previous file with comments | « cc/layer_tree_host.cc ('k') | cc/test/fake_layer_tree_host_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698