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

Unified Diff: cc/cc.gyp

Issue 1310283002: cc: Avoid duplicate work when computing draw properties using property trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move RenderSurfaceDrawProperties to its own file Created 5 years, 3 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/BUILD.gn ('k') | cc/layers/render_surface_draw_properties.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 fb5916e435c5a96180d62c79f05c4ca9398f9333..5c1ffbb6cfe13af3f6e0df165b92d5b230289350 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -221,6 +221,8 @@
'layers/picture_layer_impl.cc',
'layers/picture_layer_impl.h',
'layers/render_pass_sink.h',
+ 'layers/render_surface_draw_properties.cc',
+ 'layers/render_surface_draw_properties.h',
'layers/render_surface_impl.cc',
'layers/render_surface_impl.h',
'layers/scrollbar_layer_impl_base.cc',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/render_surface_draw_properties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698