diff options
author | vmpstr <vmpstr@chromium.org> | 2015-01-23 16:24:07 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-24 00:25:04 +0000 |
commit | 62c72c35125f22c9b80331ba39c309cea937fffb (patch) | |
tree | e2880dc9ded23fde272bbf86f96b55c441a3a748 /cc/cc.gyp | |
parent | a4b4891dec07229b618c7e8c6101cf8ec8b95038 (diff) | |
download | chromium_src-62c72c35125f22c9b80331ba39c309cea937fffb.zip chromium_src-62c72c35125f22c9b80331ba39c309cea937fffb.tar.gz chromium_src-62c72c35125f22c9b80331ba39c309cea937fffb.tar.bz2 |
cc: Remove TilingSetRasterQueue virtual base.
This patch removes the virtual base class for the tiling set raster
queues, since the calling code (raster tile priority queues) knows
exactly what type it's using.
R=reveman, danakj
Review URL: https://codereview.chromium.org/866883003
Cr-Commit-Position: refs/heads/master@{#312974}
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -494,7 +494,6 @@ 'resources/tiling_set_raster_queue_all.h', 'resources/tiling_set_raster_queue_required.cc', 'resources/tiling_set_raster_queue_required.h', - 'resources/tiling_set_raster_queue.h', 'resources/transferable_resource.cc', 'resources/transferable_resource.h', 'resources/transform_display_item.cc', |