| Index: services/ui/public/cpp/window.h
|
| diff --git a/services/ui/public/cpp/window.h b/services/ui/public/cpp/window.h
|
| index f687a54b27168bb8685daf5c92db1d329b781020..7ad94c8e6875b15acb0b8f5d9ae9a61fb4e599a8 100644
|
| --- a/services/ui/public/cpp/window.h
|
| +++ b/services/ui/public/cpp/window.h
|
| @@ -332,6 +332,7 @@ class Window {
|
| static void ReorderWithoutNotification(Window* window,
|
| Window* relative,
|
| mojom::OrderDirection direction);
|
| + // Returns true if the order actually changed.
|
| static bool ReorderImpl(Window* window,
|
| Window* relative,
|
| mojom::OrderDirection direction,
|
|
|