X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fcompositor%2Flayer_owner.cc;h=fc46d9f9d37e0d815c86d245480ae42afe2ee977;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=6a22e9a4a934bff922a4f07dd43f733d91f53e70;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/compositor/layer_owner.cc b/src/ui/compositor/layer_owner.cc index 6a22e9a..fc46d9f 100644 --- a/src/ui/compositor/layer_owner.cc +++ b/src/ui/compositor/layer_owner.cc @@ -45,6 +45,7 @@ scoped_ptr LayerOwner::RecreateLayer() { new_layer->set_name(old_layer->name()); new_layer->SetFillsBoundsOpaquely(old_layer->fills_bounds_opaquely()); new_layer->SetFillsBoundsCompletely(old_layer->FillsBoundsCompletely()); + new_layer->SetSubpixelPositionOffset(old_layer->subpixel_position_offset()); // Install new layer as a sibling of the old layer, stacked below it. if (old_layer->parent()) {