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

Unified Diff: third_party/WebKit/Source/core/workers/Worklet.cpp

Issue 2262483003: Worklet: Move common worklet code from modules/worklet to core/workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove modules/worklet directory 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/core/workers/Worklet.cpp
diff --git a/third_party/WebKit/Source/modules/worklet/Worklet.cpp b/third_party/WebKit/Source/core/workers/Worklet.cpp
similarity index 96%
rename from third_party/WebKit/Source/modules/worklet/Worklet.cpp
rename to third_party/WebKit/Source/core/workers/Worklet.cpp
index 17b71c15c62a25199f2de4c87d646a868324d16d..342bfb5d656e7a4eab0be81e694d439534a5cd8b 100644
--- a/third_party/WebKit/Source/modules/worklet/Worklet.cpp
+++ b/third_party/WebKit/Source/core/workers/Worklet.cpp
@@ -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 "modules/worklet/Worklet.h"
+#include "core/workers/Worklet.h"
#include "bindings/core/v8/ScriptPromiseResolver.h"
#include "bindings/core/v8/ScriptSourceCode.h"
@@ -14,7 +14,7 @@
#include "core/loader/DocumentLoader.h"
#include "core/loader/FrameFetchContext.h"
#include "core/workers/WorkletGlobalScopeProxy.h"
-#include "modules/worklet/WorkletScriptLoader.h"
+#include "core/workers/WorkletScriptLoader.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/workers/Worklet.h ('k') | third_party/WebKit/Source/core/workers/Worklet.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698