diff options
Diffstat (limited to 'cc/layers/nine_patch_layer_impl.cc')
-rw-r--r-- | cc/layers/nine_patch_layer_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/layers/nine_patch_layer_impl.cc b/cc/layers/nine_patch_layer_impl.cc index c27205f..ba3f30c 100644 --- a/cc/layers/nine_patch_layer_impl.cc +++ b/cc/layers/nine_patch_layer_impl.cc @@ -22,7 +22,7 @@ NinePatchLayerImpl::~NinePatchLayerImpl() {} scoped_ptr<LayerImpl> NinePatchLayerImpl::CreateLayerImpl( LayerTreeImpl* tree_impl) { - return NinePatchLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>(); + return NinePatchLayerImpl::Create(tree_impl, id()); } void NinePatchLayerImpl::PushPropertiesTo(LayerImpl* layer) { |