| Index: ui/compositor/layer_owner.cc
|
| diff --git a/ui/compositor/layer_owner.cc b/ui/compositor/layer_owner.cc
|
| index 6a22e9a4a934bff922a4f07dd43f733d91f53e70..fc46d9f9d37e0d815c86d245480ae42afe2ee977 100644
|
| --- a/ui/compositor/layer_owner.cc
|
| +++ b/ui/compositor/layer_owner.cc
|
| @@ -45,6 +45,7 @@ scoped_ptr<Layer> 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()) {
|
|
|