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

Unified Diff: content/utility/utility_blink_platform_impl.h

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 | « no previous file | 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 f0255e5a00858adccdc8cfc886900ef73177bffa..3c5e7015492eafb41256cfa568046005ce9d6db2 100644
--- a/content/utility/utility_blink_platform_impl.h
+++ b/content/utility/utility_blink_platform_impl.h
@@ -12,7 +12,7 @@
namespace blink {
namespace scheduler {
-class WebThreadImplForUtilityThread;
+class WebThreadBase;
}
}
@@ -27,7 +27,7 @@ class UtilityBlinkPlatformImpl : public BlinkPlatformImpl {
blink::WebThread* CurrentThread() override;
private:
- std::unique_ptr<blink::scheduler::WebThreadImplForUtilityThread> main_thread_;
+ std::unique_ptr<blink::scheduler::WebThreadBase> main_thread_;
DISALLOW_COPY_AND_ASSIGN(UtilityBlinkPlatformImpl);
};
« no previous file with comments | « no previous file | content/utility/utility_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698