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

Unified Diff: third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h

Issue 2857583003: Worker: Avoid sending IPC messages for features already counted (Closed)
Patch Set: wip Created 3 years, 7 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/ThreadedWorkletMessagingProxy.h
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
index 7e057206cd52c926b327003864ff8eac80e8f841..3e288c7b993588f327917bba26cfab316a9251b9 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
@@ -32,6 +32,8 @@ class CORE_EXPORT ThreadedWorkletMessagingProxy
}
private:
+ friend class ThreadedWorkletMessagingProxyForTest;
+
std::unique_ptr<ThreadedWorkletObjectProxy> worklet_object_proxy_;
WeakPtrFactory<ThreadedWorkletMessagingProxy> weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698