Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / renderer / input / input_handler_wrapper.cc
index a13a192..e53f624 100644 (file)
@@ -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