Index: public/platform/WebScheduler.h |
diff --git a/public/platform/WebScheduler.h b/public/platform/WebScheduler.h |
index 250d5ccf2fe03606803974cbd1a3f60a13f3be41..91c07ffdd1360ecf73f68c61855ed5b809b3869e 100644 |
--- a/public/platform/WebScheduler.h |
+++ b/public/platform/WebScheduler.h |
@@ -26,10 +26,6 @@ public: |
virtual void run(double deadlineSeconds) = 0; |
}; |
- // Called during Blink's shutdown to delete any pending tasks from the |
- // scheduler. Must be called on the main thread. |
- virtual void shutdown() { } |
- |
// Returns true if there is high priority work pending on the main thread |
// and the caller should yield to let the scheduler service that work. |
// Must be called on the main thread. |