Index: ui/views/widget/widget.h |
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
index f1b2d41e3c390a03b0a9b71bbbbfb4f40ea32ae0..9932ae9aba885eaddbdf65b7ba73d44b83e2fadd 100644 |
--- a/ui/views/widget/widget.h |
+++ b/ui/views/widget/widget.h |
@@ -663,6 +663,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
// Sizes and positions the window just after it is created. |
void SetInitialBounds(const gfx::Rect& bounds); |
+ // Sizes and positions the frameless window just after it is created. |
+ void SetInitialBoundsForFramelessWindow(const gfx::Rect& bounds); |
+ |
// Returns the bounds and "show" state from the delegate. Returns true if |
// the delegate wants to use a specified bounds. |
bool GetSavedWindowPlacement(gfx::Rect* bounds, |