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

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

Issue 2220213002: [worklets] Move ConsoleMessageStorage to WorkerThread instead of WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments. 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/modules/compositorworker/CompositorWorkerThread.cpp
diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.cpp b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.cpp
index dcf5b793bd79f16f47288c750fe5285096f224bd..a620087ec8e982ac82266f7f6fabc08251b7096b 100644
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.cpp
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.cpp
@@ -136,11 +136,6 @@ WorkerOrWorkletGlobalScope* CompositorWorkerThread::createWorkerGlobalScope(std:
return CompositorWorkerGlobalScope::create(this, std::move(startupData), m_timeOrigin);
}
-ConsoleMessageStorage* CompositorWorkerThread::consoleMessageStorage()
-{
- return toWorkerGlobalScope(globalScope())->consoleMessageStorage();
-}
-
void CompositorWorkerThread::ensureSharedBackingThread()
{
DCHECK(isMainThread());

Powered by Google App Engine
This is Rietveld 408576698