summaryrefslogtreecommitdiffstats
path: root/cc/debug/rasterize_and_record_benchmark.cc
diff options
context:
space:
mode:
authorvmpstr <vmpstr@chromium.org>2015-09-23 17:25:25 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-24 00:34:53 +0000
commit85674026c1b01feca325692217e37dbedc1c10a8 (patch)
treea0528dcc3d3ec0859a9965be6a046eaabca8701d /cc/debug/rasterize_and_record_benchmark.cc
parent414e603979c23cc66e38e778ba9ecc10b1b987fc (diff)
downloadchromium_src-85674026c1b01feca325692217e37dbedc1c10a8.zip
chromium_src-85674026c1b01feca325692217e37dbedc1c10a8.tar.gz
chromium_src-85674026c1b01feca325692217e37dbedc1c10a8.tar.bz2
cc: Remove PicturePile and PicturePileImpl.
This patch removes the picture pile approach for recording and raster sources. Most of the patch is to switch over the tests that were using picture piles to use display list raster and recording sources. BUG=533151 R=pdr, danakj, enne CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1362663002 Cr-Commit-Position: refs/heads/master@{#350414}
Diffstat (limited to 'cc/debug/rasterize_and_record_benchmark.cc')
-rw-r--r--cc/debug/rasterize_and_record_benchmark.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/debug/rasterize_and_record_benchmark.cc b/cc/debug/rasterize_and_record_benchmark.cc
index 0f47cd8..9b958d3 100644
--- a/cc/debug/rasterize_and_record_benchmark.cc
+++ b/cc/debug/rasterize_and_record_benchmark.cc
@@ -17,7 +17,6 @@
#include "cc/layers/layer.h"
#include "cc/layers/picture_layer.h"
#include "cc/playback/display_item_list.h"
-#include "cc/playback/picture_pile.h"
#include "cc/trees/layer_tree_host.h"
#include "cc/trees/layer_tree_host_common.h"
#include "skia/ext/analysis_canvas.h"