Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1508)

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 2448853002: Rename SynchronousCompositorObserver to BrowserFilter (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « content/browser/android/synchronous_compositor_observer.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698