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

Unified Diff: public/platform/Platform.h

Issue 1087203002: Patch 2/3 to get WebScheduler via WebThread (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix compile Created 5 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
Index: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index ba29cdc917c98a608e47829834f868a84e89741f..125115667a3d064310526cfddef382117aeeaa7f 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -98,7 +98,6 @@ class WebPushProvider;
class WebRTCPeerConnectionHandler;
class WebRTCPeerConnectionHandlerClient;
class WebSandboxSupport;
-class WebScheduler;
class WebSecurityOrigin;
class WebScrollbarBehavior;
class WebServiceWorkerCacheStorage;
@@ -376,9 +375,6 @@ public:
// Yield the current thread so another thread can be scheduled.
virtual void yieldCurrentThread() { }
- // May return null.
- virtual WebScheduler* scheduler() { return 0; }
-
// WaitableEvent -------------------------------------------------------
// Creates an embedder-defined waitable event object.

Powered by Google App Engine
This is Rietveld 408576698