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

Unified Diff: sky/engine/public/platform/Platform.h

Issue 691493004: Remove callOnMainThread (Closed) Base URL: git@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/platform/testing/RunAllTests.cpp ('k') | sky/engine/testing/platform/platform_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/Platform.h
diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
index cf2f0c97928ec430ba10207ad512e1d7a0749ea2..7f6183fd92ecb24654da86e68057cf7de45517ce 100644
--- a/sky/engine/public/platform/Platform.h
+++ b/sky/engine/public/platform/Platform.h
@@ -255,8 +255,6 @@ public:
virtual void setSharedTimerFireInterval(double) { }
virtual void stopSharedTimer() { }
- // Callable from a background WebKit thread.
- virtual void callOnMainThread(void (*func)(void*), void* context) { }
virtual base::SingleThreadTaskRunner* mainThreadTaskRunner() { return 0; }
« no previous file with comments | « sky/engine/platform/testing/RunAllTests.cpp ('k') | sky/engine/testing/platform/platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698