Chromium side of adding postTimerTask to blink::WebScheduler
commit6d6c0614d0e76559a88e5972e9512189c0f9678b
authoralexclarke <alexclarke@chromium.org>
Wed, 18 Mar 2015 13:00:04 +0000 (18 06:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 18 Mar 2015 13:00:50 +0000 (18 13:00 +0000)
treeac9da38a3325dbdc637abdbf3d9699d2d6fd4446
parentcaa8888f9c95ac4b72c73190a23f9d93a83c25b8
Chromium side of adding postTimerTask to blink::WebScheduler

Initially postTimerTask will post onto the DefaultTaskRunner. In a
follow up patch a TIMER_TASK_QUEUE will be added to the scheduler and
the implementations of postTimerTask altered to post to that.

BUG=463143

Review URL: https://codereview.chromium.org/1008743004

Cr-Commit-Position: refs/heads/master@{#321112}
content/renderer/scheduler/web_scheduler_impl.cc
content/renderer/scheduler/web_scheduler_impl.h
mojo/services/html_viewer/webscheduler_impl.cc
mojo/services/html_viewer/webscheduler_impl.h