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

Unified Diff: ui/aura/env.cc

Issue 17265006: wayland patch for inspection Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « ui/aura/aura.gyp ('k') | ui/aura/root_window_host_wayland.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/env.cc
diff --git a/ui/aura/env.cc b/ui/aura/env.cc
index 7350796f6fd912b20fc68c3bb1c85b617f05a791..dd9c7fdf6de2d7d9e32ab46569e984c8b5713c20 100644
--- a/ui/aura/env.cc
+++ b/ui/aura/env.cc
@@ -82,7 +82,7 @@ void Env::RootWindowActivated(RootWindow* root_window) {
// Env, private:
void Env::Init() {
-#if !defined(USE_X11) && !defined(USE_OZONE)
+#if !defined(USE_X11) && !defined(USE_OZONE) && !defined(USE_WAYLAND)
dispatcher_.reset(CreateDispatcher());
#endif
#if defined(USE_X11)
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/aura/root_window_host_wayland.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698