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

Unified Diff: mojo/services/html_viewer/webscheduler_impl.h

Issue 962273002: Experimental: Chrome side of killing the blink timer heap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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/scheduler/web_scheduler_impl.cc ('k') | mojo/services/html_viewer/webscheduler_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/webscheduler_impl.h
diff --git a/mojo/services/html_viewer/webscheduler_impl.h b/mojo/services/html_viewer/webscheduler_impl.h
index bee49a73226c01535b0580bbe8fe5f064f212958..77cceaf2a755f907bc222cea38661ae6f6a47bef 100644
--- a/mojo/services/html_viewer/webscheduler_impl.h
+++ b/mojo/services/html_viewer/webscheduler_impl.h
@@ -23,6 +23,9 @@ class WebSchedulerImpl : public blink::WebScheduler {
blink::WebScheduler::IdleTask* task);
virtual void postLoadingTask(const blink::WebTraceLocation& location,
blink::WebThread::Task* task);
+ virtual void postTimerTask(const blink::WebTraceLocation& location,
+ blink::WebThread::Task* task,
+ long long delayMs);
virtual void shutdown();
static void RunIdleTask(scoped_ptr<blink::WebScheduler::IdleTask> task);
« no previous file with comments | « content/renderer/scheduler/web_scheduler_impl.cc ('k') | mojo/services/html_viewer/webscheduler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698