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

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

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates 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 | « content/public/test/DEPS ('k') | 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 d512c547bced141a42e460340a1cf1e946f6edbf..d3fd776e1ca31889dcd932cbc29ae12d6ab8796e 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -29,6 +29,10 @@ namespace gfx {
class Rect;
}
+namespace scheduler {
+class RendererScheduler;
+}
+
namespace content {
class ContentBrowserClient;
class ContentClient;
@@ -38,7 +42,6 @@ class MockRenderProcess;
class PageState;
class RendererMainPlatformDelegate;
class RendererBlinkPlatformImplNoSandboxImpl;
-class RendererScheduler;
class RenderView;
class RenderViewTest : public testing::Test {
@@ -52,7 +55,7 @@ class RenderViewTest : public testing::Test {
blink::Platform* Get();
private:
- scoped_ptr<RendererScheduler> renderer_scheduler_;
+ scoped_ptr<scheduler::RendererScheduler> renderer_scheduler_;
scoped_ptr<RendererBlinkPlatformImplNoSandboxImpl> blink_platform_impl_;
};
« no previous file with comments | « content/public/test/DEPS ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698