diff options
Diffstat (limited to 'cc/picture_layer_impl.cc')
-rw-r--r-- | cc/picture_layer_impl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/picture_layer_impl.cc b/cc/picture_layer_impl.cc index 2aef705..063e600 100644 --- a/cc/picture_layer_impl.cc +++ b/cc/picture_layer_impl.cc @@ -254,6 +254,7 @@ void PictureLayerImpl::SyncFromActiveLayer() { void PictureLayerImpl::SyncFromActiveLayer(const PictureLayerImpl* other) { tilings_.CloneAll(other->tilings_, invalidation_); + DCHECK(bounds() == tilings_.LayerBounds()); } void PictureLayerImpl::SyncTiling( |