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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc

Issue 2533603002: [scheduler] Add options to TaskQueue::InsertFence (Closed)
Patch Set: More nits Created 4 years, 1 month 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
Index: third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc
diff --git a/third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc b/third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc
index 27672e6919ff60f56476744d52885418363985d1..4370203da0ce27e7d469335682913d4f097b81ae 100644
--- a/third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc
+++ b/third_party/WebKit/Source/platform/scheduler/child/compositor_worker_scheduler.cc
@@ -39,7 +39,7 @@ class CompositorWorkerTaskRunnerWrapper : public TaskQueue {
void SetQueueEnabled(bool enabled) override { NOTREACHED(); }
- void InsertFence() override { NOTREACHED(); }
+ void InsertFence(InsertFencePosition position) override { NOTREACHED(); }
void RemoveFence() override { NOTREACHED(); }

Powered by Google App Engine
This is Rietveld 408576698