| 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 12cfe1a6db003d4576b0f25423e6af3a740761ae..ee012885c2d9fc523eaa0142dde32a09b68f3c28 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -229,6 +229,7 @@ scoped_ptr<cc::SurfaceIdAllocator> CompositorImpl::CreateSurfaceIdAllocator() {
|
| CompositorImpl::CompositorImpl(CompositorClient* client,
|
| gfx::NativeWindow root_window)
|
| : root_layer_(cc::Layer::Create(Compositor::LayerSettings())),
|
| + resource_manager_(root_window),
|
| surface_id_allocator_(GetSurfaceManager() ? CreateSurfaceIdAllocator()
|
| : nullptr),
|
| has_transparent_background_(false),
|
|
|