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 9f220861106242e97aa93d633380100cbd5c7824..ce42d2a3969d06a81c069f4ecfb1cd7390940d2b 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1202,6 +1202,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 |
} |