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

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: 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/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 90%
rename from components/scheduler/renderer/throttled_time_domain.cc
rename to third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.cc
index 76a94a2a01a0a17de431057ffa03918254806c73..7cda3453bcabf33a12b0aacff24e3643ccf159d6 100644
--- a/components/scheduler/renderer/throttled_time_domain.cc
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.cc
@@ -2,10 +2,11 @@
// 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"
#include "base/time/tick_clock.h"
+namespace blink {
namespace scheduler {
ThrottledTimeDomain::ThrottledTimeDomain(TimeDomain::Observer* observer,
@@ -29,3 +30,4 @@ const char* ThrottledTimeDomain::GetName() const {
}
} // namespace scheduler
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698