| Index: ui/platform_window/x11/x11_window_ozone.h
|
| diff --git a/ui/platform_window/x11/x11_window_ozone.h b/ui/platform_window/x11/x11_window_ozone.h
|
| index da847ecc8a1c7c4f0e6129947fabd14480e0d744..9f49af4b2276f01df3b204040143d043848d9ede 100644
|
| --- a/ui/platform_window/x11/x11_window_ozone.h
|
| +++ b/ui/platform_window/x11/x11_window_ozone.h
|
| @@ -22,7 +22,8 @@ class X11_WINDOW_EXPORT X11WindowOzone : public X11WindowBase,
|
| public:
|
| X11WindowOzone(X11EventSourceLibevent* event_source,
|
| X11WindowManagerOzone* window_manager,
|
| - PlatformWindowDelegate* delegate);
|
| + PlatformWindowDelegate* delegate,
|
| + const gfx::Rect& bounds);
|
| ~X11WindowOzone() override;
|
|
|
| // PlatformWindow:
|
|
|