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

Unified Diff: third_party/WebKit/Source/core/dom/AnimationWorkletProxyClient.h

Issue 2774223002: CompositorWorkerProxyClientImpl to CompositorProxy cross thread reference is using WeakMember (Closed)
Patch Set: Added comments Created 3 years, 9 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/dom/AnimationWorkletProxyClient.h
diff --git a/third_party/WebKit/Source/core/dom/AnimationWorkletProxyClient.h b/third_party/WebKit/Source/core/dom/AnimationWorkletProxyClient.h
index 2a3a9051bab0ee6e4753a856b9a209fba9762095..1ce91d1333f7965f3210caa28c3df35db6ddb435 100644
--- a/third_party/WebKit/Source/core/dom/AnimationWorkletProxyClient.h
+++ b/third_party/WebKit/Source/core/dom/AnimationWorkletProxyClient.h
@@ -11,11 +11,13 @@
namespace blink {
-class CORE_EXPORT AnimationWorkletProxyClient : public CompositorProxyClient {
+class CORE_EXPORT AnimationWorkletProxyClient : public GarbageCollectedMixin {
WTF_MAKE_NONCOPYABLE(AnimationWorkletProxyClient);
public:
AnimationWorkletProxyClient() {}
+ virtual ~AnimationWorkletProxyClient() {}
+ DEFINE_INLINE_VIRTUAL_TRACE() {}
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698