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

Unified Diff: content/utility/utility_blink_platform_impl.cc

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/utility_blink_platform_impl.h ('k') | content/utility/webthread_impl_for_utility_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_blink_platform_impl.cc
diff --git a/content/utility/utility_blink_platform_impl.cc b/content/utility/utility_blink_platform_impl.cc
index b3b73bcbf1f000758a19d86d5ddcc0813344c88d..755919686939d80ca1018f74f68df07bc9e4b31e 100644
--- a/content/utility/utility_blink_platform_impl.cc
+++ b/content/utility/utility_blink_platform_impl.cc
@@ -4,13 +4,12 @@
#include "content/utility/utility_blink_platform_impl.h"
-#include "content/utility/webthread_impl_for_utility_thread.h"
+#include "third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h"
namespace content {
UtilityBlinkPlatformImpl::UtilityBlinkPlatformImpl()
- : main_thread_(new WebThreadImplForUtilityThread()) {
-}
+ : main_thread_(new blink::scheduler::WebThreadImplForUtilityThread()) {}
UtilityBlinkPlatformImpl::~UtilityBlinkPlatformImpl() {
}
« no previous file with comments | « content/utility/utility_blink_platform_impl.h ('k') | content/utility/webthread_impl_for_utility_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698