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

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: const'ify getters 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') | no next file with comments »
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..de9397b2b2c3819f41fa557758e8eb7401d69630 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -53,7 +53,8 @@ class RenderViewTest : public testing::Test {
public:
RendererBlinkPlatformImplNoSandbox();
~RendererBlinkPlatformImplNoSandbox();
- blink::Platform* Get();
+ blink::Platform* Get() const;
+ scheduler::RendererScheduler* Scheduler() const;
private:
scoped_ptr<scheduler::RendererScheduler> renderer_scheduler_;
« no previous file with comments | « no previous file | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698