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

Unified Diff: content/public/test/render_view_test.cc

Issue 2668663002: Purge memory before suspending timer queues when backgrounded. (Closed)
Patch Set: Patch for landing Created 3 years, 10 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 | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/render_view_test.cc
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
index f3857d4137679c21baa3e104be2a4f56024f1661..c507a914ead48b1803d7b3ee9331756b22262314 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -119,7 +119,7 @@ class RendererBlinkPlatformImplTestOverrideImpl
public:
RendererBlinkPlatformImplTestOverrideImpl(
blink::scheduler::RendererScheduler* scheduler)
- : RendererBlinkPlatformImpl(scheduler, nullptr) {}
+ : RendererBlinkPlatformImpl(scheduler, nullptr, nullptr) {}
// Get rid of the dependency to the sandbox, which is not available in
// RenderViewTest.
« no previous file with comments | « no previous file | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698