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

Unified Diff: ui/views/widget/desktop_aura/desktop_screen_x11.h

Issue 2914103002: Remove usages of XInternAtom (Closed)
Patch Set: Address sadrul and sergeyu comments Created 3 years, 7 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
Index: ui/views/widget/desktop_aura/desktop_screen_x11.h
diff --git a/ui/views/widget/desktop_aura/desktop_screen_x11.h b/ui/views/widget/desktop_aura/desktop_screen_x11.h
index 0090f7c908aeeef30958571928ae6edc7e4f103f..fc71915321abb156526479b7c7ed48ce6341d7eb 100644
--- a/ui/views/widget/desktop_aura/desktop_screen_x11.h
+++ b/ui/views/widget/desktop_aura/desktop_screen_x11.h
@@ -14,7 +14,6 @@
#include "ui/display/display_change_notifier.h"
#include "ui/display/screen.h"
#include "ui/events/platform/platform_event_dispatcher.h"
-#include "ui/gfx/x/x11_atom_cache.h"
#include "ui/views/views_export.h"
typedef unsigned long XID;
@@ -97,8 +96,6 @@ class VIEWS_EXPORT DesktopScreenX11 : public display::Screen,
display::DisplayChangeNotifier change_notifier_;
- ui::X11AtomCache atom_cache_;
-
DISALLOW_COPY_AND_ASSIGN(DesktopScreenX11);
};

Powered by Google App Engine
This is Rietveld 408576698