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

Unified Diff: cc/cc.gyp

Issue 942403002: Add a compositing display item which replaces transparency display item (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forward decls and imports oh my Created 5 years, 10 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
« no previous file with comments | « cc/blink/web_display_item_list_impl.cc ('k') | cc/resources/compositing_display_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 84a0930cf5b02118e7b60f3b0b3f8d995f322c08..cd1bd4c463a819900c7afef9b5754ba4ae76399e 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -370,6 +370,8 @@
'resources/clip_display_item.h',
'resources/clip_path_display_item.cc',
'resources/clip_path_display_item.h',
+ 'resources/compositing_display_item.cc',
+ 'resources/compositing_display_item.h',
'resources/content_layer_updater.cc',
'resources/content_layer_updater.h',
'resources/display_item.cc',
« no previous file with comments | « cc/blink/web_display_item_list_impl.cc ('k') | cc/resources/compositing_display_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698