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

Unified Diff: sky/engine/public/platform/Platform.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/platform/heap/glue/MessageLoopInterruptor.h ('k') | sky/engine/public/platform/WebThread.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 e4dadb48f31837f44b1ce4f09eae75f2397f68a7..b350525b67d07673a88e00f427a3ffadeec8a32c 100644
--- a/sky/engine/public/platform/Platform.h
+++ b/sky/engine/public/platform/Platform.h
@@ -66,7 +66,6 @@ class WebSandboxSupport;
class WebScrollbarBehavior;
struct WebFloatPoint;
class WebThemeEngine;
-class WebThread;
class WebURL;
class WebURLLoader;
class WebUnitTestSupport;
@@ -198,13 +197,6 @@ public:
virtual WebString queryLocalizedString(WebLocalizedString::Name, const WebString& parameter1, const WebString& parameter2) { return WebString(); }
- // Threads -------------------------------------------------------
-
- // Returns an interface to the current thread. This is owned by the
- // embedder.
- virtual WebThread* currentThread() { return 0; }
-
-
// WaitableEvent -------------------------------------------------------
// Creates an embedder-defined waitable event object.
« no previous file with comments | « sky/engine/platform/heap/glue/MessageLoopInterruptor.h ('k') | sky/engine/public/platform/WebThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698