diff options
Diffstat (limited to 'views/window')
-rw-r--r-- | views/window/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/window/window.h b/views/window/window.h index e80ef98..e0486c5 100644 --- a/views/window/window.h +++ b/views/window/window.h @@ -25,6 +25,8 @@ class Window { virtual ~Window() {} // Creates an instance of an object implementing this interface. + // TODO(beng): create a version of this function that takes a NativeView, for + // constrained windows. static Window* CreateChromeWindow(gfx::NativeWindow parent, const gfx::Rect& bounds, WindowDelegate* window_delegate); |