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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/worker_scheduler.h

Issue 2877103002: [DONT COMMIT] Fix perf regression in CompositorWorkerScheduler (Closed)
Patch Set: test Created 3 years, 7 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 | « third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/scheduler/child/worker_scheduler.h
diff --git a/third_party/WebKit/Source/platform/scheduler/child/worker_scheduler.h b/third_party/WebKit/Source/platform/scheduler/child/worker_scheduler.h
index 1e55375a89a0adb53bce99962820677374204b92..afd7038445add04eed0ec5ed6d835a2d315348b8 100644
--- a/third_party/WebKit/Source/platform/scheduler/child/worker_scheduler.h
+++ b/third_party/WebKit/Source/platform/scheduler/child/worker_scheduler.h
@@ -33,7 +33,7 @@ class PLATFORM_EXPORT WorkerScheduler : public ChildScheduler {
// initialization needed such as initializing idle period detection.
virtual void Init() = 0;
- scoped_refptr<TaskQueue> CreateUnthrottledTaskRunner(
+ virtual scoped_refptr<TaskQueue> CreateUnthrottledTaskRunner(
TaskQueue::QueueType queue_type);
protected:
« no previous file with comments | « third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698