Index: webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h b/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
index 72d39b2e058fd93f4b9feec4b10ed77b634e5064..221fe5e5af02ac1f3fe4cdfefa4ff8acd57b6c12 100644 |
--- a/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
+++ b/webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.h |
@@ -11,7 +11,6 @@ |
#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h" |
namespace cc { |
-class FontAtlas; |
class LayerTreeHost; |
} |
@@ -73,7 +72,6 @@ class WebLayerTreeViewImplForTesting : public WebKit::WebLayerTreeView, |
virtual void didCommitAndDrawFrame() OVERRIDE; |
virtual void didCompleteSwapBuffers() OVERRIDE; |
virtual void scheduleComposite() OVERRIDE; |
- virtual scoped_ptr<cc::FontAtlas> createFontAtlas(); |
private: |
scoped_ptr<cc::LayerTreeHost> layer_tree_host_; |