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

Unified Diff: content/utility/utility_blink_platform_impl.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/utility/BUILD.gn ('k') | content/utility/utility_blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_blink_platform_impl.h
diff --git a/content/utility/utility_blink_platform_impl.h b/content/utility/utility_blink_platform_impl.h
index 32f9007c7e13070a6cc069b61b7fe02c2f089cfd..f8bc8dc8ae226dcab3b73d4a0b22c3c68f3e1936 100644
--- a/content/utility/utility_blink_platform_impl.h
+++ b/content/utility/utility_blink_platform_impl.h
@@ -10,9 +10,13 @@
#include "base/macros.h"
#include "content/child/blink_platform_impl.h"
-namespace content {
-
+namespace blink {
+namespace scheduler {
class WebThreadImplForUtilityThread;
+}
+}
+
+namespace content {
class UtilityBlinkPlatformImpl : public BlinkPlatformImpl {
public:
@@ -23,7 +27,7 @@ class UtilityBlinkPlatformImpl : public BlinkPlatformImpl {
blink::WebThread* currentThread() override;
private:
- std::unique_ptr<WebThreadImplForUtilityThread> main_thread_;
+ std::unique_ptr<blink::scheduler::WebThreadImplForUtilityThread> main_thread_;
DISALLOW_COPY_AND_ASSIGN(UtilityBlinkPlatformImpl);
};
« no previous file with comments | « content/utility/BUILD.gn ('k') | content/utility/utility_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698