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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1602343002: compositor-worker: cc->blink mutation plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor-worker-ian-patch
Patch Set: Fix export Created 4 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/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index af7f59c3aa2bf7c20cf93a622db8a0e65c1e360c..e55d992a106ebfa58aa449962bfc428deba91d56 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -640,6 +640,9 @@
'graphics/LinkHighlight.h',
'graphics/LoggingCanvas.cpp',
'graphics/LoggingCanvas.h',
+ 'graphics/CompositorMutationsTarget.h',
+ 'graphics/CompositorMutatorClient.cpp',
+ 'graphics/CompositorMutatorClient.h',
'graphics/PaintInvalidationReason.cpp',
'graphics/PaintInvalidationReason.h',
'graphics/Path.cpp',
@@ -1177,6 +1180,7 @@
'geometry/RegionTest.cpp',
'graphics/BitmapImageTest.cpp',
'graphics/CompositorMutableStateTest.cpp',
+ 'graphics/CompositorMutatorClientTest.cpp',
'graphics/ContiguousContainerTest.cpp',
'graphics/GraphicsContextTest.cpp',
'graphics/RecordingImageBufferSurfaceTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698