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

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

Issue 1742883002: ozone/platform/wayland: Drop WaylandWindow::GetWidget() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wayland-test1
Patch Set: Created 4 years, 10 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 | « no previous file | ui/ozone/platform/wayland/wayland_display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/wayland/wayland_display.h
diff --git a/ui/ozone/platform/wayland/wayland_display.h b/ui/ozone/platform/wayland/wayland_display.h
index ac0191dc552147281f7dea8b14699ab2adb471dd..5a6936bda3796b0e1d117be683cf557475fbae97 100644
--- a/ui/ozone/platform/wayland/wayland_display.h
+++ b/ui/ozone/platform/wayland/wayland_display.h
@@ -33,8 +33,8 @@ class WaylandDisplay : public PlatformEventSource,
xdg_shell* shell() { return shell_.get(); }
WaylandWindow* GetWindow(gfx::AcceleratedWidget widget);
- void AddWindow(WaylandWindow* window);
- void RemoveWindow(WaylandWindow* window);
+ void AddWindow(gfx::AcceleratedWidget widget, WaylandWindow* window);
+ void RemoveWindow(gfx::AcceleratedWidget widget);
private:
// PlatformEventSource
« no previous file with comments | « no previous file | ui/ozone/platform/wayland/wayland_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698