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

Unified Diff: cc/cc.gyp

Issue 793573006: Refactoring for merging ManagedTileState into Tile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix a nit Created 6 years 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/picture_layer_impl.cc » ('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 3f6e75a65a7d0a68a7fce9b11a4dd5a20b8f024f..95f4219fe023cf0d2b9c0fd477b56d509183f1ee 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -389,8 +389,6 @@
'resources/layer_tiling_data.h',
'resources/layer_updater.cc',
'resources/layer_updater.h',
- 'resources/managed_tile_state.cc',
- 'resources/managed_tile_state.h',
'resources/memory_history.cc',
'resources/memory_history.h',
'resources/one_copy_tile_task_worker_pool.cc',
@@ -467,6 +465,8 @@
'resources/texture_uploader.h',
'resources/tile.cc',
'resources/tile.h',
+ 'resources/tile_draw_info.cc',
+ 'resources/tile_draw_info.h',
'resources/tile_manager.cc',
'resources/tile_manager.h',
'resources/tile_priority.cc',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/picture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698