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

Unified Diff: cc/cc.gyp

Issue 309493002: Remove QuadCuller class and make QuadSink concrete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test2ownMock
Patch Set: gn build fix Created 6 years, 6 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/quad_sink.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 6864e3a5e297efcea582a5cf3f7448a2b0c490a2..d2d8338c60bf652e154fe3a1e96db692d4a0070a 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -198,6 +198,7 @@
'layers/picture_layer_impl.cc',
'layers/picture_layer_impl.h',
'layers/quad_sink.h',
+ 'layers/quad_sink.cc',
'layers/render_pass_sink.h',
'layers/render_surface.cc',
'layers/render_surface.h',
@@ -462,8 +463,6 @@
'trees/proxy.h',
'trees/proxy_timing_history.cc',
'trees/proxy_timing_history.h',
- 'trees/quad_culler.cc',
- 'trees/quad_culler.h',
'trees/single_thread_proxy.cc',
'trees/single_thread_proxy.h',
'trees/thread_proxy.cc',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/quad_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698