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

Unified Diff: Source/platform/exported/WebSchedulerProxy.cpp

Issue 554693004: Adds a didReceiveInputEvent api to the blink scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed an assert issue Created 6 years, 3 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 | « no previous file | Source/platform/scheduler/Scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebSchedulerProxy.cpp
diff --git a/Source/platform/exported/WebSchedulerProxy.cpp b/Source/platform/exported/WebSchedulerProxy.cpp
index 016abb0248d2e33a302623af6ab3312e2b3520cb..22388b1094554c7a4c2d57225cfe3c9656ef8f7d 100644
--- a/Source/platform/exported/WebSchedulerProxy.cpp
+++ b/Source/platform/exported/WebSchedulerProxy.cpp
@@ -49,4 +49,9 @@ void WebSchedulerProxy::postCompositorTask(const WebTraceLocation& webLocation,
m_scheduler->postCompositorTask(location, bind(&runTask, adoptPtr(task)));
}
+void WebSchedulerProxy::didReceiveInputEvent()
+{
+ m_scheduler->didReceiveInputEvent();
+}
+
} // namespace blink
« no previous file with comments | « no previous file | Source/platform/scheduler/Scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698