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

Unified Diff: content/renderer/input/input_handler_wrapper.cc

Issue 640803003: scheduler: Remove use of WebSchedulerProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 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
« no previous file with comments | « content/renderer/input/input_handler_wrapper.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/input/input_handler_wrapper.cc
diff --git a/content/renderer/input/input_handler_wrapper.cc b/content/renderer/input/input_handler_wrapper.cc
index a13a192155f0d032635f10e246aea380d2461795..e53f624a83138c9620c0c1dbdbce37da805063d2 100644
--- a/content/renderer/input/input_handler_wrapper.cc
+++ b/content/renderer/input/input_handler_wrapper.cc
@@ -21,7 +21,6 @@ InputHandlerWrapper::InputHandlerWrapper(
routing_id_(routing_id),
input_handler_proxy_(input_handler.get(), this),
main_loop_(main_loop),
- web_scheduler_proxy_(blink::WebSchedulerProxy::create()),
render_view_impl_(render_view_impl) {
DCHECK(input_handler);
}
@@ -59,7 +58,7 @@ void InputHandlerWrapper::DidStopFlinging() {
}
void InputHandlerWrapper::DidReceiveInputEvent() {
- web_scheduler_proxy_.didReceiveInputEvent();
+ // TODO(skyostil): Hook this up into the renderer scheduler.
}
} // namespace content
« no previous file with comments | « content/renderer/input/input_handler_wrapper.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698