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

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 ba9036383288ee09f4a2f086e3f376392ba5387b..af8dc3075e88603b2379a753176334929b06e8d1 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