Chromium Code Reviews

Unified Diff: Source/modules/compositorworker/CompositorWorker.h

Issue 1309463002: CompositorWorker is now always on the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/modules/compositorworker/CompositorWorker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/compositorworker/CompositorWorker.h
diff --git a/Source/modules/compositorworker/CompositorWorker.h b/Source/modules/compositorworker/CompositorWorker.h
index 15a2f1af46047b8286a6280310de091ab82a3cb7..49f8768859e2129b1dc2edd081cbd112bb6fc356 100644
--- a/Source/modules/compositorworker/CompositorWorker.h
+++ b/Source/modules/compositorworker/CompositorWorker.h
@@ -18,7 +18,7 @@ class WorkerGlobalScopeProxy;
class CompositorWorker final : public InProcessWorkerBase {
DEFINE_WRAPPERTYPEINFO();
public:
- static PassRefPtrWillBeRawPtr<CompositorWorker> create(ExecutionContext*, const String& url, ExceptionState&);
+ static CompositorWorker* create(ExecutionContext*, const String& url, ExceptionState&);
~CompositorWorker() override;
const AtomicString& interfaceName() const override;
« no previous file with comments | « no previous file | Source/modules/compositorworker/CompositorWorker.cpp » ('j') | no next file with comments »

Powered by Google App Engine