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

Unified Diff: ui/views/widget/desktop_aura/x11_window_event_filter.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/x11_window_event_filter.h
diff --git a/ui/views/widget/desktop_aura/x11_window_event_filter.h b/ui/views/widget/desktop_aura/x11_window_event_filter.h
index 245b7203d2e2fde667a0e3022e5a0c4bbf780a6b..49aa5672c988d6bf05c4777316d1ee824ef7fb43 100644
--- a/ui/views/widget/desktop_aura/x11_window_event_filter.h
+++ b/ui/views/widget/desktop_aura/x11_window_event_filter.h
@@ -11,7 +11,6 @@
#include "base/macros.h"
#include "base/message_loop/message_loop.h"
#include "ui/events/event_handler.h"
-#include "ui/gfx/x/x11_atom_cache.h"
#include "ui/gfx/x/x11_types.h"
#include "ui/views/views_export.h"
@@ -57,8 +56,6 @@ class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler {
// The native root window.
::Window x_root_window_;
- ui::X11AtomCache atom_cache_;
-
DesktopWindowTreeHost* window_tree_host_;
// The non-client component for the target of a MouseEvent. Mouse events can

Powered by Google App Engine
This is Rietveld 408576698