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

Unified Diff: cc/cc.gyp

Issue 11967033: [CLOSED] In-browser software compositing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the lack SkCanvas::clear scissoring. Created 7 years, 11 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/cc_tests.gyp » ('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 58bd4aca4803ffaeb92f0e6f79b829aeafdb2685..29d751276de0279419785a36d3a12e73f4df3d73 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -134,6 +134,8 @@
'occlusion_tracker.h',
'output_surface.h',
'output_surface_client.h',
+ 'output_surface_impl.cc',
+ 'output_surface_impl.h',
'overdraw_metrics.cc',
'overdraw_metrics.h',
'page_scale_animation.cc',
@@ -241,6 +243,8 @@
'skpicture_content_layer_updater.cc',
'skpicture_content_layer_updater.h',
'software_output_device.h',
+ 'software_output_device_impl.h',
+ 'software_output_device_impl.cc',
'software_renderer.cc',
'software_renderer.h',
'solid_color_draw_quad.cc',
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698