| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index fc3d8c144dd492c8b68297d4266daa71b2cb3633..d94038d96222549d3028d045c1f1bbd6d006214c 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -40,7 +40,7 @@
|
| #include "ui/gl/gpu_switching_observer.h"
|
|
|
| #if defined(OS_ANDROID)
|
| -#include "content/browser/android/synchronous_compositor_observer.h"
|
| +#include "content/browser/android/synchronous_compositor_browser_filter.h"
|
| #endif
|
|
|
| namespace base {
|
| @@ -267,7 +267,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| }
|
|
|
| #if defined(OS_ANDROID)
|
| - SynchronousCompositorObserver* synchronous_compositor_filter() const {
|
| + SynchronousCompositorBrowserFilter* synchronous_compositor_filter() const {
|
| return synchronous_compositor_filter_.get();
|
| }
|
| #endif
|
| @@ -472,7 +472,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| scoped_refptr<NotificationMessageFilter> notification_message_filter_;
|
|
|
| #if defined(OS_ANDROID)
|
| - scoped_refptr<SynchronousCompositorObserver> synchronous_compositor_filter_;
|
| + scoped_refptr<SynchronousCompositorBrowserFilter>
|
| + synchronous_compositor_filter_;
|
| #endif
|
|
|
| // Used in single-process mode.
|
|
|