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 2492461c853d1053ddc2f58ebf0c95e767fab692..da1ab17fa93a4baf2ef879b8461a65f47f568f1c 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1203,6 +1203,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 |
} |