Index: cc/test/layer_tree_test_common.cc |
diff --git a/cc/test/layer_tree_test_common.cc b/cc/test/layer_tree_test_common.cc |
index 052fef3746f8cf64ef5a9524f8d141e90a7caf7e..4bd689c70cfae20a5a3ba6204b275f2b26719445 100644 |
--- a/cc/test/layer_tree_test_common.cc |
+++ b/cc/test/layer_tree_test_common.cc |
@@ -7,7 +7,6 @@ |
#include "cc/animation.h" |
#include "cc/animation_registrar.h" |
#include "cc/content_layer.h" |
-#include "cc/font_atlas.h" |
#include "cc/input_handler.h" |
#include "cc/layer.h" |
#include "cc/layer_animation_controller.h" |
@@ -227,11 +226,6 @@ public: |
m_testHooks->scheduleComposite(); |
} |
- virtual scoped_ptr<FontAtlas> createFontAtlas() OVERRIDE |
- { |
- return scoped_ptr<FontAtlas>(); |
- } |
- |
private: |
explicit ThreadedMockLayerTreeHostClient(TestHooks* testHooks) : m_testHooks(testHooks) { } |