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 3a203abf41bbfeeab357ffce24518d901531a3b9..09fe4db45fcd0b29a85f37027f1aeafde518125a 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -28,6 +28,7 @@ |
#include "cc/trees/layer_tree_host.h" |
#include "content/browser/android/child_process_launcher_android.h" |
#include "content/browser/gpu/browser_gpu_channel_host_factory.h" |
+#include "content/browser/gpu/browser_gpu_memory_buffer_manager.h" |
#include "content/browser/gpu/gpu_surface_tracker.h" |
#include "content/common/gpu/client/command_buffer_proxy_impl.h" |
#include "content/common/gpu/client/context_provider_command_buffer.h" |
@@ -466,6 +467,7 @@ void CompositorImpl::SetVisible(bool visible) { |
this, |
this, |
HostSharedBitmapManager::current(), |
+ BrowserGpuMemoryBufferManager::current(), |
settings, |
base::MessageLoopProxy::current()); |
host_->SetRootLayer(root_layer_); |