| Index: ash/wm/window_util.h
|
| diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h
|
| index c0a593bce38029d96bd6f931de770134a1101e0d..ba696ddb33c7accb087e7cf78936958d2b3016fd 100644
|
| --- a/ash/wm/window_util.h
|
| +++ b/ash/wm/window_util.h
|
| @@ -47,7 +47,7 @@ ASH_EXPORT bool MoveWindowToEventRoot(aura::Window* window,
|
| const ui::Event& event);
|
|
|
| // Snap the window's layer to physical pixel boundary.
|
| -void SnapWindowToPixelBoundary(aura::Window* window);
|
| +ASH_EXPORT void SnapWindowToPixelBoundary(aura::Window* window);
|
|
|
| // Mark the container window so that InstallSnapLayoutManagerToContainers
|
| // installs the SnapToPixelLayoutManager.
|
|
|