summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorvmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-04 01:44:17 +0000
committervmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-04 01:44:17 +0000
commita47c28bf03f42e9e9d25babd36d3a9428ea49447 (patch)
treee72f8c6528ab25039998249ce2116a29bb600863 /cc/cc.gyp
parentf3ceca6034650a5784fec84a5443ad7daf98f505 (diff)
downloadchromium_src-a47c28bf03f42e9e9d25babd36d3a9428ea49447.zip
chromium_src-a47c28bf03f42e9e9d25babd36d3a9428ea49447.tar.gz
chromium_src-a47c28bf03f42e9e9d25babd36d3a9428ea49447.tar.bz2
cc: Eliminate tile.h's dependency on tile_manager.h
Tile needs the raster mode and tile priority, which are currently included via raster_worker_pool, which is included by the tile manager. Since tile at the layer's level, it really shouldn't include raster worker pool at any point. This patch moves raster mode and tile priority to a separate tile data file. This would also be a good spot for combining content_rect and contents_scale into TileRect (which is something I'd like to do) BUG=253972 Review URL: https://chromiumcodereview.appspot.com/17625002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 13ee007..4ed706d 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -275,6 +275,8 @@
'resources/prioritized_resource_manager.h',
'resources/priority_calculator.cc',
'resources/priority_calculator.h',
+ 'resources/raster_mode.cc',
+ 'resources/raster_mode.h',
'resources/raster_worker_pool.cc',
'resources/raster_worker_pool.h',
'resources/resource.cc',