summaryrefslogtreecommitdiffstats
path: root/cc/layers/picture_layer_impl.h
diff options
context:
space:
mode:
authorhendrikw <hendrikw@chromium.org>2015-05-05 17:08:42 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-06 00:09:14 +0000
commit0ab2fae37182e138de686d775d578510a7b4e748 (patch)
tree1ea7da59e769844c9d2a8c97d9da62ed3d0cee1b /cc/layers/picture_layer_impl.h
parentacf8e4fa78466305b1bf7ac7da061f6b2248f58b (diff)
downloadchromium_src-0ab2fae37182e138de686d775d578510a7b4e748.zip
chromium_src-0ab2fae37182e138de686d775d578510a7b4e748.tar.gz
chromium_src-0ab2fae37182e138de686d775d578510a7b4e748.tar.bz2
cc: Remove pairs from the raster and eviction queues
Replace the queue of layer pairs in the raster and eviction queues with two separate queues. BUG=483292 Review URL: https://codereview.chromium.org/1121383002 Cr-Commit-Position: refs/heads/master@{#328444}
Diffstat (limited to 'cc/layers/picture_layer_impl.h')
-rw-r--r--cc/layers/picture_layer_impl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
index f61d45f..9155de2 100644
--- a/cc/layers/picture_layer_impl.h
+++ b/cc/layers/picture_layer_impl.h
@@ -29,15 +29,6 @@ class CC_EXPORT PictureLayerImpl
: public LayerImpl,
NON_EXPORTED_BASE(public PictureLayerTilingClient) {
public:
- struct CC_EXPORT Pair {
- Pair();
- Pair(PictureLayerImpl* active_layer, PictureLayerImpl* pending_layer);
- ~Pair();
-
- PictureLayerImpl* active;
- PictureLayerImpl* pending;
- };
-
static scoped_ptr<PictureLayerImpl> Create(
LayerTreeImpl* tree_impl,
int id,