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

Unified Diff: trunk/src/content/renderer/render_thread_impl.h

Issue 488273004: Revert 290845 "Forward input and compositing tasks to the Blink ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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: trunk/src/content/renderer/render_thread_impl.h
===================================================================
--- trunk/src/content/renderer/render_thread_impl.h (revision 290956)
+++ trunk/src/content/renderer/render_thread_impl.h (working copy)
@@ -43,7 +43,6 @@
namespace base {
class MessageLoopProxy;
-class SingleThreadTaskRunner;
class Thread;
}
@@ -199,11 +198,6 @@
return webkit_platform_support_.get();
}
- scoped_refptr<base::SingleThreadTaskRunner>
- main_thread_compositor_task_runner() const {
- return main_thread_compositor_task_runner_;
- }
-
IPC::ForwardingMessageFilter* compositor_output_surface_filter() const {
return compositor_output_surface_filter_.get();
}
@@ -573,10 +567,6 @@
scoped_ptr<MemoryObserver> memory_observer_;
- scoped_refptr<base::SingleThreadTaskRunner>
- main_thread_compositor_task_runner_;
- scoped_refptr<base::SingleThreadTaskRunner> main_thread_input_task_runner_;
-
// Compositor settings
bool is_gpu_rasterization_enabled_;
bool is_gpu_rasterization_forced_;
« no previous file with comments | « trunk/src/content/renderer/input/input_event_filter_unittest.cc ('k') | trunk/src/content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698