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

Unified Diff: components/exo/wayland/clients/motion_events.cc

Issue 2568703002: exo: Fix motion events client dtor order. (Closed)
Patch Set: Created 4 years 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: components/exo/wayland/clients/motion_events.cc
diff --git a/components/exo/wayland/clients/motion_events.cc b/components/exo/wayland/clients/motion_events.cc
index 19b24b2cd3a90d0db6275e088ea4400ac8018101..703a72500f1efcf6893dd47298137b830b2620af 100644
--- a/components/exo/wayland/clients/motion_events.cc
+++ b/components/exo/wayland/clients/motion_events.cc
@@ -345,8 +345,8 @@ class MotionEvents {
const base::TimeDelta benchmark_interval_;
const std::string* use_drm_;
- Globals globals_;
std::unique_ptr<wl_display> display_;
+ Globals globals_;
#if defined(OZONE_PLATFORM_GBM)
base::ScopedFD drm_fd_;
« 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