Index: content/browser/renderer_host/compositor_impl_android.h |
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h |
index a3b728e559b9098c8a3b8a100bcf79dcf5a877d6..eeb33e8b99f3c30c5959624165ef681e928e33a3 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.h |
+++ b/content/browser/renderer_host/compositor_impl_android.h |
@@ -17,7 +17,6 @@ |
struct ANativeWindow; |
namespace cc { |
-class FontAtlas; |
class InputHandler; |
class Layer; |
class LayerTreeHost; |
@@ -77,7 +76,6 @@ class CONTENT_EXPORT CompositorImpl |
virtual void didCommitAndDrawFrame() OVERRIDE; |
virtual void didCompleteSwapBuffers() OVERRIDE; |
virtual void scheduleComposite() OVERRIDE; |
- virtual scoped_ptr<cc::FontAtlas> createFontAtlas() OVERRIDE; |
// WebGraphicsContext3DSwapBuffersClient implementation. |
virtual void OnViewContextSwapBuffersPosted() OVERRIDE; |