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

Unified Diff: cc/cc.gyp

Issue 462983003: [WIP] Implement BackGroundFilter as seperate layer in cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | cc/layers/background_filter_layer.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 f63d58af74c812a4908911d9bca29db8ac999c54..8c2bb0eae14e4db1b6ca8aecbd68bdc524a57a92 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -148,6 +148,10 @@
'input/top_controls_manager.h',
'input/top_controls_manager_client.h',
'layers/append_quads_data.h',
+ 'layers/background_filter_layer.cc',
+ 'layers/background_filter_layer.h',
+ 'layers/background_filter_layer_impl.cc',
+ 'layers/background_filter_layer_impl.h',
'layers/content_layer.cc',
'layers/content_layer.h',
'layers/content_layer_client.h',
@@ -315,6 +319,8 @@
'quads/draw_polygon.h',
'quads/draw_quad.cc',
'quads/draw_quad.h',
+ 'quads/filter_draw_quad.cc',
+ 'quads/filter_draw_quad.h',
'quads/io_surface_draw_quad.cc',
'quads/io_surface_draw_quad.h',
'quads/largest_draw_quad.h',
« no previous file with comments | « no previous file | cc/layers/background_filter_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698