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 c8c3f0a686dc89aaccaad6fa97cfad8fc8674872..613013da837aa378db80f71fc33fb935d5d047d8 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -30,6 +30,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/browser/renderer_host/render_widget_host_impl.h" |
#include "content/common/gpu/client/command_buffer_proxy_impl.h" |
@@ -491,6 +492,7 @@ void CompositorImpl::SetVisible(bool visible) { |
this, |
this, |
HostSharedBitmapManager::current(), |
+ BrowserGpuMemoryBufferManager::current(), |
settings, |
base::MessageLoopProxy::current()); |
host_->SetRootLayer(root_layer_); |