Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / cc / layers / picture_image_layer.cc
index 98c0e9b..dba506e 100644 (file)
@@ -21,7 +21,7 @@ PictureImageLayer::~PictureImageLayer() {
 
 scoped_ptr<LayerImpl> PictureImageLayer::CreateLayerImpl(
     LayerTreeImpl* tree_impl) {
-  return PictureImageLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
+  return PictureImageLayerImpl::Create(tree_impl, id());
 }
 
 bool PictureImageLayer::HasDrawableContent() const {