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 5d8ecc8138c8406e7e9f8a330afa402dc10b712d..2d7a49b8dcc9609004005d682f299f8d158e54bd 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -27,6 +27,7 @@ |
#include "cc/output/context_provider.h" |
#include "cc/output/output_surface.h" |
#include "cc/output/output_surface_client.h" |
+#include "cc/scheduler/begin_frame_source.h" |
#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" |
@@ -405,7 +406,8 @@ void CompositorImpl::SetVisible(bool visible) { |
HostSharedBitmapManager::current(), |
BrowserGpuMemoryBufferManager::current(), |
settings, |
- base::MessageLoopProxy::current()); |
+ base::MessageLoopProxy::current(), |
+ nullptr); |
host_->SetRootLayer(root_layer_); |
host_->SetVisible(true); |