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

Unified Diff: third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.h

Issue 2178223002: Refactor Worklet class to use ScriptResource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: synced to the head 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
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/modules/worklet/Worklet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.h
diff --git a/third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.h b/third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.h
index e8d5d0e5ee5bd94828d5c26a500dda2e8a9076b9..b3c82b24fb894654ce9af64f8274ff8b14b3fba0 100644
--- a/third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/modules/worklet/ThreadedWorkletGlobalScopeProxy.h
@@ -11,7 +11,7 @@ namespace blink {
class ThreadedWorkletGlobalScopeProxy : public WorkletGlobalScopeProxy {
public:
- void evaluateScript(const String& source, const KURL& scriptURL) final
+ void evaluateScript(const ScriptSourceCode&) final
{
// TODO(ikilpatrick): implement.
}
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/modules/worklet/Worklet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698