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

Unified Diff: ui/platform_window/x11/x11_window_base.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
« no previous file with comments | « ui/gfx/x/x11_atom_cache.cc ('k') | ui/platform_window/x11/x11_window_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/platform_window/x11/x11_window_base.h
diff --git a/ui/platform_window/x11/x11_window_base.h b/ui/platform_window/x11/x11_window_base.h
index b944d296cade1224caaa2015790ada61922fcdc4..6f37c05fbf9b211c006534dca2d87c8da791d0a3 100644
--- a/ui/platform_window/x11/x11_window_base.h
+++ b/ui/platform_window/x11/x11_window_base.h
@@ -10,7 +10,6 @@
#include "base/callback.h"
#include "base/macros.h"
#include "ui/gfx/geometry/rect.h"
-#include "ui/gfx/x/x11_atom_cache.h"
#include "ui/gfx/x/x11_types.h"
#include "ui/platform_window/platform_window.h"
#include "ui/platform_window/platform_window_delegate.h"
@@ -66,7 +65,6 @@ class X11_WINDOW_EXPORT X11WindowBase : public PlatformWindow {
XDisplay* xdisplay_;
XID xwindow_;
XID xroot_window_;
- X11AtomCache atom_cache_;
std::unique_ptr<ui::XScopedEventSelector> xwindow_events_;
base::string16 window_title_;
« no previous file with comments | « ui/gfx/x/x11_atom_cache.cc ('k') | ui/platform_window/x11/x11_window_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698