| Index: ui/aura/desktop.h
|
| diff --git a/ui/aura/desktop.h b/ui/aura/desktop.h
|
| index 3f27d4b8a6261118857a34791079755330246661..7e8d0dce07e607cca11e92876ffa240a1536af72 100644
|
| --- a/ui/aura/desktop.h
|
| +++ b/ui/aura/desktop.h
|
| @@ -142,6 +142,11 @@ class AURA_EXPORT Desktop : public ui::CompositorDelegate,
|
| // Overridden from Window:
|
| virtual void SetTransform(const ui::Transform& transform) OVERRIDE;
|
|
|
| +#if !defined(NDEBUG)
|
| + // Toggles the host's full screen state.
|
| + void ToggleFullScreen();
|
| +#endif
|
| +
|
| private:
|
| // Called whenever the mouse moves, tracks the current |mouse_moved_handler_|,
|
| // sending exited and entered events as its value changes.
|
|
|