Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index f65a8617902acc1d15f3f89dff721588b512632a..8f07049971d18c70e76f86baefbea5d756a9cefc 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -11,7 +11,6 @@ |
#include "base/command_line.h" |
#include "base/lazy_instance.h" |
#include "base/logging.h" |
-#include "cc/font_atlas.h" |
#include "cc/input_handler.h" |
#include "cc/layer.h" |
#include "cc/layer_tree_host.h" |
@@ -361,10 +360,6 @@ void CompositorImpl::scheduleComposite() { |
client_->ScheduleComposite(); |
} |
-scoped_ptr<cc::FontAtlas> CompositorImpl::createFontAtlas() { |
- return scoped_ptr<cc::FontAtlas>(); |
-} |
- |
void CompositorImpl::OnViewContextSwapBuffersPosted() { |
TRACE_EVENT0("compositor", "CompositorImpl::OnViewContextSwapBuffersPosted"); |
} |