Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / cc / trees / tree_synchronizer.cc
index 1faf0e0..d17f017 100644 (file)
@@ -105,7 +105,7 @@ scoped_ptr<LayerImpl> SynchronizeTreesRecursiveInternal(
     LayerType* layer,
     LayerTreeImpl* tree_impl) {
   if (!layer)
-    return scoped_ptr<LayerImpl>();
+    return nullptr;
 
   scoped_ptr<LayerImpl> layer_impl =
       ReuseOrCreateLayerImpl(new_layers, old_layers, layer, tree_impl);