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

Unified Diff: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerManager.cpp

Issue 1362973004: Rename FROM_HERE to BLINK_FROM_HERE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 2 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/modules/compositorworker/CompositorWorkerManager.cpp
diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerManager.cpp b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerManager.cpp
index 3231ce1b112db61f25ca48f946d9d37bd2a7f363..d450d29458b1e7867eff5f8903ffe970cfaca4ec 100644
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerManager.cpp
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerManager.cpp
@@ -107,7 +107,7 @@ void CompositorWorkerManager::shutdownBackingThread()
if (m_workerCount == 0) {
m_thread->shutdown();
m_thread = nullptr;
- Platform::current()->mainThread()->taskRunner()->postTask(FROM_HERE, threadSafeBind(destroyThread, AllowCrossThreadAccess(m_platformThread.leakPtr())));
+ Platform::current()->mainThread()->taskRunner()->postTask(BLINK_FROM_HERE, threadSafeBind(destroyThread, AllowCrossThreadAccess(m_platformThread.leakPtr())));
}
}

Powered by Google App Engine
This is Rietveld 408576698