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

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

Issue 1712103002: ozone/platform/wayland: Implement pointer handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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_pointer_unittest.cc ('k') | ui/ozone/platform/wayland/wayland_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/wayland/wayland_test.h
diff --git a/ui/ozone/platform/wayland/wayland_test.h b/ui/ozone/platform/wayland/wayland_test.h
index 59a56a95c93376c671cd239a998fca3b61e9be42..9a12412982aa51aea947aab8147d579eb35ddfa5 100644
--- a/ui/ozone/platform/wayland/wayland_test.h
+++ b/ui/ozone/platform/wayland/wayland_test.h
@@ -27,10 +27,10 @@ class WaylandTest : public testing::Test {
private:
bool initialized = false;
- wl::FakeServer server;
base::MessageLoopForUI message_loop;
protected:
+ wl::FakeServer server;
wl::MockSurface* surface;
WaylandDisplay display;
« no previous file with comments | « ui/ozone/platform/wayland/wayland_pointer_unittest.cc ('k') | ui/ozone/platform/wayland/wayland_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698