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

Unified Diff: third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.cc

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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/renderer/throttled_time_domain.cc
diff --git a/components/scheduler/renderer/throttled_time_domain.cc b/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.cc
similarity index 92%
rename from components/scheduler/renderer/throttled_time_domain.cc
rename to third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.cc
index b66c8208e91008346d8aa67ab91061f01dd3a9cc..d39bf3fca0330487d1fccfe281b21f2174e9a2fa 100644
--- a/components/scheduler/renderer/throttled_time_domain.cc
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.cc
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/scheduler/renderer/throttled_time_domain.h"
+#include "platform/scheduler/renderer/throttled_time_domain.h"
+namespace blink {
namespace scheduler {
ThrottledTimeDomain::ThrottledTimeDomain(TimeDomain::Observer* observer,
@@ -37,3 +38,4 @@ bool ThrottledTimeDomain::MaybeAdvanceTime() {
}
} // namespace scheduler
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698