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

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

Issue 1895873006: compositor-worker: Initialize CW machinery plumbing to compositor and fire CW rAF callbacks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bring up oilpan support during compositor worker creation and oilpan the compositor mutator and pro… Created 4 years, 8 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/web.gypi
diff --git a/third_party/WebKit/Source/web/web.gypi b/third_party/WebKit/Source/web/web.gypi
index a0d5546f9e01d1f1b58a348b00d290252b24acd2..5bd1b9042d95f8cdb68d17006648cd1ab7d651ac 100644
--- a/third_party/WebKit/Source/web/web.gypi
+++ b/third_party/WebKit/Source/web/web.gypi
@@ -15,6 +15,10 @@
'CompositionUnderlineBuilder.h',
'CompositionUnderlineVectorBuilder.cpp',
'CompositionUnderlineVectorBuilder.h',
+ 'CompositorMutatorImpl.cpp',
+ 'CompositorMutatorImpl.h',
+ 'CompositorProxyClientImpl.cpp',
+ 'CompositorProxyClientImpl.h',
'ContextFeaturesClientImpl.cpp',
'ContextFeaturesClientImpl.h',
'ContextMenuAllowedScope.cpp',

Powered by Google App Engine
This is Rietveld 408576698