diff options
author | hendrikw <hendrikw@chromium.org> | 2015-05-11 19:12:35 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-12 02:13:26 +0000 |
commit | 8cc26dde493418fdc6b532ad1641f55bfb65815e (patch) | |
tree | 55a067e80d4065d67b96cf9bf3866f6ef0d6b446 /cc/cc.gyp | |
parent | 84dd027af9afa68a49768dfa10fca51610575ae3 (diff) | |
download | chromium_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.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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', |