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 d01e6bff7744a49f93aebc3246c6181581d9ce14..a43e4d25387ea4a414d7a2723e4a3cc72e568be7 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -24,6 +24,7 @@ |
#include "cc/output/compositor_frame.h" |
#include "cc/output/context_provider.h" |
#include "cc/output/output_surface.h" |
+#include "cc/scheduler/begin_frame_manager.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" |
@@ -201,6 +202,7 @@ CompositorImpl::CompositorImpl(CompositorClient* client, |
will_composite_immediately_(false), |
composite_on_vsync_trigger_(DO_NOT_COMPOSITE), |
pending_swapbuffers_(0U), |
+ begin_frame_manager_(new cc::BeginFrameManager), |
weak_factory_(this) { |
DCHECK(client); |
DCHECK(root_window); |