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

Unified Diff: content/test/fake_renderer_scheduler.cc

Issue 2093983002: scheduler: Tell v8 about the current RAIL mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing gyp dependencies Created 4 years, 6 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
Index: content/test/fake_renderer_scheduler.cc
diff --git a/content/test/fake_renderer_scheduler.cc b/content/test/fake_renderer_scheduler.cc
index 61b2e59efbe61ba4a2f3e22fb41faa6d5aaa23c9..356da5652cc55ee74e4a27cc7a27005e20f961d3 100644
--- a/content/test/fake_renderer_scheduler.cc
+++ b/content/test/fake_renderer_scheduler.cc
@@ -131,4 +131,6 @@ void FakeRendererScheduler::SetTimerQueueSuspensionWhenBackgroundedEnabled(
void FakeRendererScheduler::SetTopLevelBlameContext(
base::trace_event::BlameContext* blame_context) {}
+void FakeRendererScheduler::SetRAILModeObserver(RAILModeObserver* observer) {}
+
} // namespace content
« no previous file with comments | « content/test/fake_renderer_scheduler.h ('k') | third_party/WebKit/Source/core/workers/WorkerBackingThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698