| 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;
|
|
|