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

Unified Diff: content/test/test_blink_web_unit_test_support.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/test/fake_renderer_scheduler.cc ('k') | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_blink_web_unit_test_support.h
diff --git a/content/test/test_blink_web_unit_test_support.h b/content/test/test_blink_web_unit_test_support.h
index 0b27e7b4b9544addffe6549c613c766ecf7517a6..66761cf56d7b4031a225018c88677a38879eff60 100644
--- a/content/test/test_blink_web_unit_test_support.h
+++ b/content/test/test_blink_web_unit_test_support.h
@@ -24,8 +24,11 @@ namespace blink {
class WebLayerTreeView;
}
-namespace content {
+namespace scheduler {
class RendererScheduler;
+}
+
+namespace content {
// An implementation of blink::WebUnitTestSupport and BlinkPlatformImpl for
// tests.
@@ -94,7 +97,7 @@ class TestBlinkWebUnitTestSupport : public blink::WebUnitTestSupport,
base::ScopedTempDir file_system_root_;
scoped_ptr<WebURLLoaderMockFactory> url_loader_factory_;
cc_blink::WebCompositorSupportImpl compositor_support_;
- scoped_ptr<RendererScheduler> renderer_scheduler_;
+ scoped_ptr<scheduler::RendererScheduler> renderer_scheduler_;
scoped_ptr<blink::WebThread> web_thread_;
#if defined(OS_WIN) || defined(OS_MACOSX)
« no previous file with comments | « content/test/fake_renderer_scheduler.cc ('k') | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698