From a47c28bf03f42e9e9d25babd36d3a9428ea49447 Mon Sep 17 00:00:00 2001 From: "vmpstr@chromium.org" Date: Thu, 4 Jul 2013 01:44:17 +0000 Subject: 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 --- cc/cc.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cc/cc.gyp') 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', -- cgit v1.1