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

Unified Diff: content/utility/utility_blink_platform_impl.cc

Issue 2812063002: [scheduler] Remove WebThreadImplForUtilityThread from public API. (Closed)
Patch Set: Fix unittest compilation Created 3 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/utility/utility_blink_platform_impl.h ('k') | services/data_decoder/image_decoder_impl_unittest.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.cc
diff --git a/content/utility/utility_blink_platform_impl.cc b/content/utility/utility_blink_platform_impl.cc
index c184297b5ac2a08cf70d5af2b960d3dc7271b933..31e14731308df51eea4304375d9d3d1d72992d01 100644
--- a/content/utility/utility_blink_platform_impl.cc
+++ b/content/utility/utility_blink_platform_impl.cc
@@ -4,12 +4,13 @@
#include "content/utility/utility_blink_platform_impl.h"
-#include "third_party/WebKit/public/platform/scheduler/utility/webthread_impl_for_utility_thread.h"
+#include "third_party/WebKit/public/platform/scheduler/child/webthread_base.h"
namespace content {
UtilityBlinkPlatformImpl::UtilityBlinkPlatformImpl()
- : main_thread_(new blink::scheduler::WebThreadImplForUtilityThread()) {}
+ : main_thread_(blink::scheduler::WebThreadBase::InitializeUtilityThread()) {
+}
UtilityBlinkPlatformImpl::~UtilityBlinkPlatformImpl() {
}
« no previous file with comments | « content/utility/utility_blink_platform_impl.h ('k') | services/data_decoder/image_decoder_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698