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

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

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.h
diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h
index e8f7de7289b610d42df9ea52b16135f96c3f6ec1..6485b37b477a59f649363fa953a00cb7f8a928c4 100644
--- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h
+++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h
@@ -20,7 +20,6 @@ public:
InProcessWorkerObjectProxy& workerObjectProxy() const { return m_workerObjectProxy; }
WorkerBackingThread& workerBackingThread() override;
- ConsoleMessageStorage* consoleMessageStorage() final;
bool shouldAttachThreadDebugger() const override { return false; }
static void ensureSharedBackingThread();

Powered by Google App Engine
This is Rietveld 408576698