| Index: ui/ozone/platform/wayland/fake_server.h
|
| diff --git a/ui/ozone/platform/wayland/fake_server.h b/ui/ozone/platform/wayland/fake_server.h
|
| index befde1ccca2532c9ec2a2db97f50836f7337ecfb..5c5b471e4ee87d1f406e96cdf700c346b27eeb00 100644
|
| --- a/ui/ozone/platform/wayland/fake_server.h
|
| +++ b/ui/ozone/platform/wayland/fake_server.h
|
| @@ -146,9 +146,10 @@ class FakeServer : public base::Thread, base::MessagePumpLibevent::Watcher {
|
| // wl_display_connect).
|
| bool Start();
|
|
|
| - void Flush();
|
| -
|
| + // Pause the server when it becomes idle.
|
| void Pause();
|
| +
|
| + // Resume the server after flushing client connections.
|
| void Resume();
|
|
|
| template <typename T>
|
|
|