| Index: ash/wm/window_util.h
|
| diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h
|
| index 81a098a92b183530da7371c8953a8e887aacb99e..4d26b788d670aaf9563bec1965a5e7e8da07de81 100644
|
| --- a/ash/wm/window_util.h
|
| +++ b/ash/wm/window_util.h
|
| @@ -47,7 +47,7 @@ ASH_EXPORT aura::Window* GetActivatableWindow(aura::Window* window);
|
| ASH_EXPORT bool IsWindowUserPositionable(aura::Window* window);
|
|
|
| // Pins the window on top of other windows.
|
| -ASH_EXPORT void PinWindow(aura::Window* window);
|
| +ASH_EXPORT void PinWindow(aura::Window* window, bool trusted);
|
|
|
| // Moves |window| to the root window where the |event| occured if it is not
|
| // already in the same root window. Returns true if |window| was moved.
|
|
|