summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorvmpstr <vmpstr@chromium.org>2015-01-23 16:24:07 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-24 00:25:04 +0000
commit62c72c35125f22c9b80331ba39c309cea937fffb (patch)
treee2880dc9ded23fde272bbf86f96b55c441a3a748 /cc/cc.gyp
parenta4b4891dec07229b618c7e8c6101cf8ec8b95038 (diff)
downloadchromium_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.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 5ac82c7..4ee3900 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -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',