| Index: ash/wm/window_util.cc
|
| diff --git a/ash/wm/window_util.cc b/ash/wm/window_util.cc
|
| index 03cbabe54b6643b930cc14c5425084dade14a32d..0e4f632a3855674123fa855f5a73e8a505f60f7f 100644
|
| --- a/ash/wm/window_util.cc
|
| +++ b/ash/wm/window_util.cc
|
| @@ -80,6 +80,7 @@ bool MoveWindowToEventRoot(aura::Window* window, const ui::Event& event) {
|
| }
|
|
|
| void SnapWindowToPixelBoundary(aura::Window* window) {
|
| + window->SetProperty(kSnapChildrenToPixelBoundary, true);
|
| aura::Window* snapped_ancestor = window->parent();
|
| while (snapped_ancestor) {
|
| if (snapped_ancestor->GetProperty(kSnapChildrenToPixelBoundary)) {
|
|
|