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: content/public/test/render_view_test.h

Issue 1118383002: Shut down RenderViewTest's scheduler before Blink is. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/public/test/render_view_test.cc » ('j') | content/public/test/render_view_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/render_view_test.h
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h
index 91d0df6bef40fe79e72ecf3f41bd268eb023159f..49e15e815a88a710a9857e17d918d968a9a9fc6f 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -54,6 +54,7 @@ class RenderViewTest : public testing::Test {
RendererBlinkPlatformImplNoSandbox();
~RendererBlinkPlatformImplNoSandbox();
blink::Platform* Get();
+ scheduler::RendererScheduler* Scheduler();
Sami 2015/05/01 20:46:31 nit: this could be a const method.
sof 2015/05/01 20:59:26 Done (for Scheduler() and Get().)
private:
scoped_ptr<scheduler::RendererScheduler> renderer_scheduler_;
« no previous file with comments | « no previous file | content/public/test/render_view_test.cc » ('j') | content/public/test/render_view_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698