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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h

Issue 2812313002: [scheduler] Remove blink::scheduler::TaskQueue from public API. (Closed)
Patch Set: Rebased & addressed skyostil@'s comment Created 3 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: third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
diff --git a/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h b/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
index 3c2a0c5c846f1860a7731e8bef5f2d6684e546f6..a3fc8295339ff069557065ea80b5c2b1a3081f7b 100644
--- a/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
+++ b/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
@@ -10,6 +10,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
+#include "platform/scheduler/base/task_queue.h"
#include "public/platform/WebCommon.h"
#include "public/platform/WebScheduler.h"
#include "public/platform/WebThread.h"
@@ -19,7 +20,6 @@ namespace scheduler {
class ChildScheduler;
class SingleThreadIdleTaskRunner;
-class TaskQueue;
class WebTaskRunnerImpl;
class BLINK_PLATFORM_EXPORT WebSchedulerImpl : public WebScheduler {

Powered by Google App Engine
This is Rietveld 408576698