Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index a58c4fafc9604bb4acadf002a16235c964ff401c..1c4d872fa1226cff0f1c823cb6152af647c69b9d 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1204,6 +1204,8 @@ void RenderProcessHostImpl::CreateMessageFilters() { |
GetID(), storage_partition_impl_->GetServiceWorkerContext())); |
#if defined(OS_ANDROID) |
AddFilter(new ScreenOrientationMessageFilterAndroid()); |
+ synchronous_compositor_filter_ = new SynchronousCompositorObserver(GetID()); |
+ AddFilter(synchronous_compositor_filter_.get()); |
#endif |
} |