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

Unified Diff: ui/ozone/platform/wayland/wayland_window.h

Issue 2147523003: Rename WaylandDisplay to WaylandConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add argument name Created 4 years, 5 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/ozone/platform/wayland/wayland_test.cc ('k') | ui/ozone/platform/wayland/wayland_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/wayland/wayland_window.h
diff --git a/ui/ozone/platform/wayland/wayland_window.h b/ui/ozone/platform/wayland/wayland_window.h
index 450df55d05a2d4f4a0a50e895c0597424d0caebe..f3bb53ca08f0b01f3070fcc74dfb46290899a851 100644
--- a/ui/ozone/platform/wayland/wayland_window.h
+++ b/ui/ozone/platform/wayland/wayland_window.h
@@ -13,12 +13,12 @@
namespace ui {
-class WaylandDisplay;
+class WaylandConnection;
class WaylandWindow : public PlatformWindow, public PlatformEventDispatcher {
public:
WaylandWindow(PlatformWindowDelegate* delegate,
- WaylandDisplay* display,
+ WaylandConnection* connection,
const gfx::Rect& bounds);
~WaylandWindow() override;
@@ -68,7 +68,7 @@ class WaylandWindow : public PlatformWindow, public PlatformEventDispatcher {
private:
PlatformWindowDelegate* delegate_;
- WaylandDisplay* display_;
+ WaylandConnection* connection_;
wl::Object<wl_surface> surface_;
wl::Object<xdg_surface> xdg_surface_;
« no previous file with comments | « ui/ozone/platform/wayland/wayland_test.cc ('k') | ui/ozone/platform/wayland/wayland_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698