| Index: ash/wm/window_state.h
|
| diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
|
| index 8732d281b788d2adf1e121d97f499410f3fd6ba4..729b08361a38fed3eeec0115e4bc5ee96cf0fecc 100644
|
| --- a/ash/wm/window_state.h
|
| +++ b/ash/wm/window_state.h
|
| @@ -330,7 +330,7 @@ class ASH_EXPORT WindowState : public aura::WindowObserver {
|
| void NotifyPreStateTypeChange(WindowStateType old_window_state_type);
|
| void NotifyPostStateTypeChange(WindowStateType old_window_state_type);
|
|
|
| - // Sets |bounds| as is.
|
| + // Sets |bounds| as is and ensure the layer is aligned with pixel boundary.
|
| void SetBoundsDirect(const gfx::Rect& bounds);
|
|
|
| // Sets the window's |bounds| with constraint where the size of the
|
|
|