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

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

Issue 2102003004: Remove unused 'paused_' member from FakeServer class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 499d84f436392484008ba7f86090ac799f258f20..8608e1e8e948fd4a7def0bb54bd96ad3cd2152ab 100644
--- a/ui/ozone/platform/wayland/fake_server.h
+++ b/ui/ozone/platform/wayland/fake_server.h
@@ -196,7 +196,6 @@ class FakeServer : public base::Thread, base::MessagePumpLibevent::Watcher {
base::WaitableEvent pause_event_;
base::WaitableEvent resume_event_;
- bool paused_ = false;
MockCompositor compositor_;
MockSeat seat_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698