summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorvmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 22:04:47 +0000
committervmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 22:04:47 +0000
commiteeedf44230437227a66e852f1c5e1b83f25bede9 (patch)
treec3ae47e4d4f1783b73401eff31a6672501c0cf26 /cc/cc.gyp
parent9c9e0247efce1cb09489db56f6578c840b5e6e1b (diff)
downloadchromium_src-eeedf44230437227a66e852f1c5e1b83f25bede9.zip
chromium_src-eeedf44230437227a66e852f1c5e1b83f25bede9.tar.gz
chromium_src-eeedf44230437227a66e852f1c5e1b83f25bede9.tar.bz2
cc: Added priority ref tile set instead of sorting tiles.
This patch adds a new class PriorityRefTileSet to maintain a priority ordering to tiles within TileManager. It sorts things that need sorting, and doesn't sort other things. For instance, NOW and SOON bins are sorted. EVENTUALLY and NEVER bins are not. BUG=267151 Review URL: https://chromiumcodereview.appspot.com/21945006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216284 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 315e10a3..78060a4 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -292,6 +292,8 @@
'resources/prioritized_resource.h',
'resources/prioritized_resource_manager.cc',
'resources/prioritized_resource_manager.h',
+ 'resources/prioritized_tile_set.cc',
+ 'resources/prioritized_tile_set.h',
'resources/priority_calculator.cc',
'resources/priority_calculator.h',
'resources/raster_mode.cc',