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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1921503008: Blink CompositorWorker: Use CompositorElementId and CompositorIdToElementMap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@elementid
Patch Set: Vend ids via local blink nextCompositorElementId. Created 4 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/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 182ad2e429b57a250b0f09676bfef1932f3fc3b6..efed2a3c7ffe97bbbed9b384461d6306cab022bd 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2375,6 +2375,8 @@
'dom/ClientRectList.h',
'dom/Comment.cpp',
'dom/Comment.h',
+ 'dom/CompositorIdToElementMap.cpp',
+ 'dom/CompositorIdToElementMap.h',
'dom/CompositorProxy.cpp',
'dom/CompositorProxy.h',
'dom/ContainerNode.cpp',

Powered by Google App Engine
This is Rietveld 408576698