Chromium Code Reviews| Index: ui/views/widget/widget.h |
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
| index 3ff89e45c26b1dafa69616be183ee0b39895b058..dd012fe8da68181bd450afcc49ea5d1a4ea99911 100644 |
| --- a/ui/views/widget/widget.h |
| +++ b/ui/views/widget/widget.h |
| @@ -478,6 +478,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
| void SetFullscreen(bool fullscreen); |
| bool IsFullscreen() const; |
| + // Whether the window is docked (only possible on Ash). |
| + bool IsDocked() const; |
|
sky
2013/10/29 16:36:06
Ben is trying to keep ash specific state out of vi
varkha
2013/10/29 17:06:18
Not sure I follow. How can I not introduce somethi
varkha
2013/10/29 18:28:03
Done.
|
| + |
| // Sets the opacity of the widget. This may allow widgets behind the widget |
| // in the Z-order to become visible, depending on the capabilities of the |
| // underlying windowing system. |