summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorhendrikw <hendrikw@chromium.org>2015-05-11 19:12:35 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-12 02:13:26 +0000
commit8cc26dde493418fdc6b532ad1641f55bfb65815e (patch)
tree55a067e80d4065d67b96cf9bf3866f6ef0d6b446 /cc/cc.gyp
parent84dd027af9afa68a49768dfa10fca51610575ae3 (diff)
downloadchromium_src-8cc26dde493418fdc6b532ad1641f55bfb65815e.zip
chromium_src-8cc26dde493418fdc6b532ad1641f55bfb65815e.tar.gz
chromium_src-8cc26dde493418fdc6b532ad1641f55bfb65815e.tar.bz2
cc: Separate the priority from the tile and put in new PrioritizedTile
Move priority and is_occluded from Tile to new PrioritizedTile class. Logged https://code.google.com/p/chromium/issues/detail?id=485705 for the traceviewer change BUG=483293 Review URL: https://codereview.chromium.org/1130123003 Cr-Commit-Position: refs/heads/master@{#329318}
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 c90ce5b..cd01de7 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -436,6 +436,8 @@
'resources/prioritized_resource.h',
'resources/prioritized_resource_manager.cc',
'resources/prioritized_resource_manager.h',
+ 'resources/prioritized_tile.cc',
+ 'resources/prioritized_tile.h',
'resources/priority_calculator.cc',
'resources/priority_calculator.h',
'resources/raster_buffer.cc',