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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1301033002: Plumb CompositedDisplayList to WebViewImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase from space, also minor cleanups Created 5 years, 4 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: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 97d9e3daa6e0b7b46898e518f8392210604de337..18ca5a0b39163d707aeb1d7e94e9e77565a7f52c 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -260,6 +260,7 @@
'exported/WebAudioBus.cpp',
'exported/WebAudioDevice.cpp',
'exported/WebBlobData.cpp',
+ 'exported/WebCompositedDisplayList.cpp',
'exported/WebCompositorAnimationPlayerClient.cpp',
'exported/WebContentDecryptionModule.cpp',
'exported/WebContentDecryptionModuleAccess.cpp',
@@ -482,6 +483,7 @@
'graphics/Color.h',
'graphics/ColorSpace.cpp',
'graphics/ColorSpace.h',
+ 'graphics/CompositedDisplayList.h',
'graphics/CompositingReasons.cpp',
'graphics/CompositingReasons.h',
'graphics/ContentLayerDelegate.cpp',

Powered by Google App Engine
This is Rietveld 408576698