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

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

Issue 1739193004: ozone/platform/wayland: Use more realistic event processing and request flushing in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wayland-test2
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
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 7cba490dea15f4bbe24d101d8d203b7c6a16577b..59a56a95c93376c671cd239a998fca3b61e9be42 100644
--- a/ui/ozone/platform/wayland/wayland_test.h
+++ b/ui/ozone/platform/wayland/wayland_test.h
@@ -28,6 +28,7 @@ class WaylandTest : public testing::Test {
private:
bool initialized = false;
wl::FakeServer server;
+ base::MessageLoopForUI message_loop;
protected:
wl::MockSurface* surface;

Powered by Google App Engine
This is Rietveld 408576698