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

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

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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/common/content_switches.cc ('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 17ca05795c4c518da480484e1947962be6aea1ba..3c07ef189e4fff79795df5c5a5a7c09a07fee626 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -26,6 +26,9 @@
#include "third_party/WebKit/public/web/WebLeakDetector.h"
namespace blink {
+namespace scheduler {
+class RendererScheduler;
+}
class WebInputElement;
class WebWidget;
}
@@ -34,10 +37,6 @@ namespace gfx {
class Rect;
}
-namespace scheduler {
-class RendererScheduler;
-}
-
namespace content {
class ContentBrowserClient;
class ContentClient;
@@ -62,7 +61,7 @@ class RenderViewTest : public testing::Test, blink::WebLeakDetectorClient {
void Shutdown();
private:
- std::unique_ptr<scheduler::RendererScheduler> renderer_scheduler_;
+ std::unique_ptr<blink::scheduler::RendererScheduler> renderer_scheduler_;
std::unique_ptr<RendererBlinkPlatformImplTestOverrideImpl>
blink_platform_impl_;
};
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698