Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Unified Diff: ui/platform_window/x11/x11_window_ozone.h

Issue 2665193002: Fix aura_unittests for Ozone X11. (Closed)
Patch Set: Pass initial bounds into X11Window/X11WindowOzone. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/platform_window/x11/x11_window_base.cc ('k') | ui/platform_window/x11/x11_window_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « ui/platform_window/x11/x11_window_base.cc ('k') | ui/platform_window/x11/x11_window_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698