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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/pollable_thread_safe_flag.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/base/pollable_thread_safe_flag.cc
diff --git a/components/scheduler/base/pollable_thread_safe_flag.cc b/third_party/WebKit/Source/platform/scheduler/base/pollable_thread_safe_flag.cc
similarity index 89%
rename from components/scheduler/base/pollable_thread_safe_flag.cc
rename to third_party/WebKit/Source/platform/scheduler/base/pollable_thread_safe_flag.cc
index 13d5b6f5ec87fccd3ba7ce121adb400d4485a203..a24241de9a85da79a74223e59d870eb2b0022d03 100644
--- a/components/scheduler/base/pollable_thread_safe_flag.cc
+++ b/third_party/WebKit/Source/platform/scheduler/base/pollable_thread_safe_flag.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/scheduler/base/pollable_thread_safe_flag.h"
+#include "platform/scheduler/base/pollable_thread_safe_flag.h"
PollableThreadSafeFlag::PollableThreadSafeFlag(base::Lock* write_lock_)
: flag_(false), write_lock_(write_lock_) {}

Powered by Google App Engine
This is Rietveld 408576698