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

Unified Diff: third_party/WebKit/public/platform/WebScheduler.h

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another GYP fix Created 4 years, 5 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/public/platform/WebScheduler.h
diff --git a/third_party/WebKit/public/platform/WebScheduler.h b/third_party/WebKit/public/platform/WebScheduler.h
index 373d2a8a5c9d592e175d11e9ea78023c253dd15b..c500834b0a28fc2250e9e840f8d9d3483993da5a 100644
--- a/third_party/WebKit/public/platform/WebScheduler.h
+++ b/third_party/WebKit/public/platform/WebScheduler.h
@@ -19,6 +19,7 @@ class WebView;
// This class is used to submit tasks and pass other information from Blink to
// the platform's scheduler.
+// TODO(skyostil): Replace this class with RendererScheduler.
class BLINK_PLATFORM_EXPORT WebScheduler {
public:
virtual ~WebScheduler() { }

Powered by Google App Engine
This is Rietveld 408576698