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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/compositor_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 | « no previous file | third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.h
diff --git a/third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.h b/third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.h
index 4c21fff2bc9eeec9f9cdff118e98b306f312bc4a..66819fc25c5821ef138421fa76724576ec2222a6 100644
--- a/third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.h
+++ b/third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.h
@@ -32,6 +32,8 @@ class PLATFORM_EXPORT CompositorWorkerScheduler
// WorkerScheduler:
void Init() override;
scoped_refptr<TaskQueue> DefaultTaskQueue() override;
+ scoped_refptr<TaskQueue> CreateUnthrottledTaskRunner(
+ TaskQueue::QueueType) override;
// ChildScheduler:
scoped_refptr<base::SingleThreadTaskRunner> DefaultTaskRunner() override;
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698