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

Unified Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2774223002: CompositorWorkerProxyClientImpl to CompositorProxy cross thread reference is using WeakMember (Closed)
Patch Set: fix 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/web/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index a1c6cdabc631ce5bd40297307d528ff6323d702a..7178151614e586ff3acd2d8fb98ae743c11484bf 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -53,6 +53,8 @@ component("web") {
"CompositorAnimator.h",
"CompositorMutatorImpl.cpp",
"CompositorMutatorImpl.h",
+ "CompositorProxyClientImpl.cpp",
+ "CompositorProxyClientImpl.h",
"CompositorWorkerProxyClientImpl.cpp",
"CompositorWorkerProxyClientImpl.h",
"ContextFeaturesClientImpl.cpp",

Powered by Google App Engine
This is Rietveld 408576698