| Index: ui/wm/core/window_modality_controller.h
|
| diff --git a/ui/wm/core/window_modality_controller.h b/ui/wm/core/window_modality_controller.h
|
| index 106db131be96645f01f04602b4665aaf314e9c45..283bd750e3fcf698b1cebe82fd7bdeb752db3fbc 100644
|
| --- a/ui/wm/core/window_modality_controller.h
|
| +++ b/ui/wm/core/window_modality_controller.h
|
| @@ -20,9 +20,13 @@ class LocatedEvent;
|
| }
|
|
|
| namespace wm {
|
| +//extern const char kHasIndependentBoundsKey[];
|
|
|
| // Sets the modal parent for the child.
|
| -WM_EXPORT void SetModalParent(aura::Window* child, aura::Window* parent);
|
| +//
|
| +WM_EXPORT void SetModalParent(aura::Window* child, aura::Window* parent,
|
| + bool* independent,
|
| + const char * kHasIndependentBounds);
|
|
|
| // Returns the modal transient child of |window|, or NULL if |window| does not
|
| // have any modal transient children.
|
|
|