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

Unified Diff: sky/engine/testing/platform/platform_impl.h

Issue 673033002: Remove WebThread (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/testing/platform/BUILD.gn ('k') | sky/engine/testing/platform/platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/testing/platform/platform_impl.h
diff --git a/sky/engine/testing/platform/platform_impl.h b/sky/engine/testing/platform/platform_impl.h
index 69b70559cf19d6256bf4f2071920c388c23b9218..31660bd203374c22f4ed1202029be856d812bd68 100644
--- a/sky/engine/testing/platform/platform_impl.h
+++ b/sky/engine/testing/platform/platform_impl.h
@@ -38,7 +38,6 @@ class PlatformImpl : public blink::Platform {
virtual blink::WebData parseDataURL(
const blink::WebURL& url, blink::WebString& mime_type,
blink::WebString& charset);
- virtual blink::WebThread* currentThread();
virtual blink::WebWaitableEvent* createWaitableEvent();
virtual blink::WebWaitableEvent* waitMultipleEvents(
const blink::WebVector<blink::WebWaitableEvent*>& events);
@@ -55,15 +54,12 @@ class PlatformImpl : public blink::Platform {
shared_timer_func_();
}
- static void DestroyCurrentThread(void*);
-
base::MessageLoop* main_loop_;
base::OneShotTimer<PlatformImpl> shared_timer_;
void (*shared_timer_func_)();
double shared_timer_fire_time_;
bool shared_timer_fire_time_was_set_while_suspended_;
int shared_timer_suspended_; // counter
- base::ThreadLocalStorage::Slot current_thread_slot_;
WebThemeEngineImpl theme_engine_;
WebMimeRegistryImpl mime_registry_;
WebUnitTestSupportImpl unit_test_support_;
« no previous file with comments | « sky/engine/testing/platform/BUILD.gn ('k') | sky/engine/testing/platform/platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698