Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / cc / test / fake_picture_layer.cc
index 12cad83..bd169ba 100644 (file)
@@ -22,7 +22,7 @@ FakePictureLayer::~FakePictureLayer() {}
 
 scoped_ptr<LayerImpl> FakePictureLayer::CreateLayerImpl(
     LayerTreeImpl* tree_impl) {
-  return FakePictureLayerImpl::Create(tree_impl, layer_id_).PassAs<LayerImpl>();
+  return FakePictureLayerImpl::Create(tree_impl, layer_id_);
 }
 
 bool FakePictureLayer::Update(ResourceUpdateQueue* queue,