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 840afacd02eb3716481f6976a244d871e1d546d5..87f0757cd1f5f3f61b7444e6b26eddc789c91f7e 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -29,7 +29,6 @@ |
#include "cc/base/switches.h" |
#include "cc/input/input_handler.h" |
#include "cc/layers/layer.h" |
-#include "cc/layers/layer_settings.h" |
#include "cc/output/compositor_frame.h" |
#include "cc/output/context_provider.h" |
#include "cc/output/output_surface.h" |
@@ -243,7 +242,7 @@ scoped_ptr<cc::SurfaceIdAllocator> CompositorImpl::CreateSurfaceIdAllocator() { |
CompositorImpl::CompositorImpl(CompositorClient* client, |
gfx::NativeWindow root_window) |
- : root_layer_(cc::Layer::Create(cc::LayerSettings())), |
+ : root_layer_(cc::Layer::Create()), |
resource_manager_(root_window), |
surface_id_allocator_(CreateSurfaceIdAllocator()), |
has_transparent_background_(false), |